NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)

updateString(int columnIndex, String x)
updateString(String colname, String x)
updateTime(int columnIndex, Time x)
updateTime(String colname, Time x)
updateTimeStamp(int columnIndex, TimeStamp x)
updateTimeStamp(String colname, TimeStamp x)
wasNull()
The SQL/MP drivers do not support the following SQLMPResultSet methods:
getArray(int i)
getArray(String colname)
getBinaryStream(int)
getBinaryStream(String)
getObject(int i, Map map)
getObject(String colname, Map map)
getRef(int i)
getRef(String colname)
getUnicodeStream(int)
getUnicodeStream(String)
refreshRow()
SQLMPResultSetMetaData
SQLMPResultSetMetaData provides information about a result set returned by an SQL/MP database.
The SQL/MP drivers support the following SQLMPResultSetMetaData methods:
getCatalogName()
getColumnClassName(intcolumn)
getColumnCount()
getColumnDisplaySize()
getColumnLabel()*
getColumnName()*
getColumnType()
getColumnTypeName()
getScale()
isCaseSensitive()
isCurrency(), which always returns the value false
isDefinitelyWritable()
isNullable()
isReadOnly()
isSearchable()
isSigned()
isWritable()
* These methods return the same information.
The SQL/MP drivers do not support the following SQLMPResultSetMetaData methods:
getSchemaName()
getTableName()
isAutoIncrement()