JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)
CommentsMethod
ResultSet.updateBlob(int columnIndex)
ResultSet.updateBlob(String columnName)
ResultSet.updateClob(int columnIndex)
ResultSet.updateClob(String columnName)
The following methods in the java.sql package throw an SQLException with the message
"Auto generated keys not supported":
CommentsMethod
Automatically generated keys are not supported.
Connection.prepareStatement(String sql,
intautoGeneratedKeys)
Connection.prepareStatement(String sql,
int[]columnIndexes)
Connection.prepareStatement(String sql,
String[]columnNames)
Automatically generated keys are not supported.
Statement.execute(String sql, int
autoGeneratedKeys)
Statement.execute(String sql, int[]
columnIndexes)
Statement.execute(String sql, String[]
columnNames)
Statement.executeUpdate(String sql,
intautoGeneratedKeys)
Statement.executeUpdate(String sql,
int[]columnIndexes)
Statement.executeUpdate(String sql,
String[]columnNames)
Statement.getGeneratedKeys()
The following methods in the java.sql package throw an SQLException with the message
"Data type not supported:"
CommentsMethod
The particular data type is not supported.
CallableStatement.getBytes(int
parameterIndex)
CallableStatement.getBytes(String
parameterName)
Supports only BLOB, VARCHAR, BINARY,
LONGVARCHAR, VARBINARY, and LONGVARBINARY;
otherwise, the particular data type is not supported.
CallableStatement.setBytes(String
parameterIndex,bytes[] x)
Supports only BLOB, CHAR, DATE, TIME, TIMESTAMP,
VARCHAR,BINARY, LONGVARCHAR, VARBINARY, and
PreparedStatement.setBytes(int ColumnIndex,
bytes[]x)
LONGVARBINARY; otherwise, the particular data type is
not supported.
Does not support the ARRAY, BINARY, BIT, DATALINK,
JAVA_OBJECT, and REF types.
PreparedStatement.setObject(int
parameterIndex,Object x int targetSqlType)
PreparedStatement.setString(int
parameterIndex,String x)
Supports only BLOB, CHAR, VARCHAR, BINARY,
LONGVARCHAR, VARBINARY, and LONGVARBINARY;
otherwise, the particular data type is not supported.
ResultSet.getBytes(int ColumnIndex)
ResultSet.getBytes(String ColumnName)
64 JDBC/MX Compliance










