JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.2.1
CommentsMethod
The particular PreparedStatement
method is not supported.
PreparedStatement.setArray(int parameterIndex, Array x)
PreparedStatement.setRef(int parameterIndex, Ref x)
PreparedStatement.setURL(int parameterIndex, URL x)
The particular ResultSet methods are
not supported.
ResultSet.getArray(int columnIndex)
ResultSet.getArray(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.updateRef(int columnIndex)
ResultSet.updateRef(String columnName)
When used for access to SQL/MP user tables, the following additional methods in the java.sql
package throw an SQLException with the message "Unsupported feature - method-name":
CommentsMethod
The particular PreparedStatement methods are not
supported for access of SQL/MP user tables only.
PreparedStatement.setBlob(intparameterIndex,
Blob x)
PreparedStatement.setClob(intparameterIndex,
Clob x)
The particular ResultSet methods are not supported for
access of SQL/MP user tables only.
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 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,
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()
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.setBytes(StringparameterIndex, bytes[] x)
74 Type 4 Driver Compliance