JDBC Type 4 Driver Programmer's Reference

parameterName)
CallableStatement.executeBatch()
Connection.releaseSavepoint(Savepoint
savepoint)
Connection.rollback(Savepoint
savepoint)
Connection.setSavepoint()
Connection.setSavepoint(String name)
The particular
Connection methods
are not supported.
PreparedStatement.setArray(int
parameterIndex, Array x)
PreparedStatement.setBlob(int
parameterIndex, Blob x)
PreparedStatement.setClob(int
parameterIndex, Clob x)
PreparedStatement.setRef(int
parameterIndex, Ref x)
PreparedStatement.setURL(int
parameterIndex, URL x)
The particular
PreparedStatement
method is not supported.
ResultSet.getArray(int columnIndex)
ResultSet.getArray(String columnName)
ResultSet.getBlob(int columnIndex)
ResultSet.getBlob(String columnName)
ResultSet.getClob(int columnIndex)
ResultSet.getClob(String columnName)
ResultSet.getObject(int columnIndex,
Map map)
ResultSet.getObject(String
columnName, Map map)
ResultSet.getRef(int columnIndex)
ResultSet.getRef(String columnName)
ResultSet.getURL(int columnIndex)
ResultSet.getURL(String columnName)
ResultSet.updateArray(int
columnIndex)
ResultSet.updateArray(String
columnName)
ResultSet.updateBlob(int columnIndex)
ResultSet.updateBlob(String
columnName)
ResultSet.updateClob(int columnIndex)
ResultSet.updateClob(String
columnName)
ResultSet.updateRef(int columnIndex)
ResultSet.updateRef(String
columnName)
The particular
ResultSet methods
are not supported.
When used for access to NonStop SQL 2.0 user tables, the following additional methods in the java.sql package throw an
SQLException with the message "Unsupported feature - method-name":
Method Comments
PreparedStatement.setBlob(int
parameterIndex, Blob x)
PreparedStatement.setClob(int
parameterIndex, Clob x)
The particular
PreparedStatement
methods are not
supported for access of
SQL/MP user tables
only.