JDBC Type 4 Driver Programmer's Reference
ResultSet.getBlob(int columnIndex)
ResultSet.getBlob(String columnName)
ResultSet.getClob(int columnIndex)
ResultSet.getClob(String columnName)
ResultSet.updateBlob(int columnIndex)
ResultSet.updateBlob(String
columnName)
ResultSet.updateClob(int columnIndex)
ResultSet.updateClob(String
columnName)
The particular
ResultSet methods
are not supported for
access of SQL/MP user
tables only.
The following methods in the java.sql package throw an SQLException with the message "Auto generated keys not
supported":
Method Comments
Connection.prepareStatement(String
sql, int autoGeneratedKeys)
Connection.prepareStatement(String
sql, int[] columnIndexes)
Connection.prepareStatement(String
sql, String[] columnNames)
Automatically generated
keys are not supported.
Statement.executeUpdate(String sql,
int autoGeneratedKeys)
Statement.executeUpdate(String sql,
int[] columnIndexes)
Statement.executeUpdate(String sql,
String[] columnNames)
Statement.getGeneratedKeys()
Automatically generated
keys are not supported.
The following methods in the java.sql package throw an SQLException with the message "Data type not supported":
Method Comments
CallableStatement.getBytes(int
parameterIndex)
CallableStatement.setBytes(String
parameterIndex, bytes[] x)
The particular data type is not
supported.
The following interfaces in the java.sql package are not implemented in the Type 4 driver:
Method Comments
java.sql.Array
java.sql.Blob
java.sql.Clob
java.sql.Ref
java.sql.Savepoint
java.sql.SQLData
java.sql.SQLInput
java.sql.SQLOutput
java.sql.Struct
The underlying data types are not supported
by SQL/MX.
The following interfaces in the javax.sql package are not implemented in the Type 4 driver:
Method Comments
javax.sql.XAConnection
javax.sql.XADataSource
Distributed Transactions, as described in the JDBC 3.0
API specification, are not yet implemented.