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

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()
SQLMPStatement
SQLMPStatement executes a static SQL/MP statement and obtains the results of the statement.
The SQL/MP drivers support the following SQLMPStatement methods:
addBatch(String sql)
clearBatch()
clearWarnings()
close()
execute()
executeBatch()
executeQuery(String)
executeUpdate(String)
getConnection()
getFetchDirection()
getFetchSize()
getMaxFieldSize()
getMoreResults()
getResultSet()
getResultSetConcurrency()