Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)
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)
The particular Statement methods are
not supported.
Statement.getQueryTimeout()
Statement.setQueryTimeout()
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(String parameterIndex,
bytes[] x)
The following interfaces in the java.sql package are not implemented in the Type 4 driver:
CommentsInterface
The underlying data types are not supported by Neoview SQL.
java.sql.Array
java.sql.Ref
java.sql.Savepoint
java.sql.SQLData
java.sql.SQLInput
java.sql.SQLOutput
java.sql.Struct
66 Type 4 Driver Compliance