JDBC Type 4 Driver 1.1 Programmer's Reference

CallableStatement.getArray(int parameterIndex) CallableStatement.getArray(String
parameterName)
CallableStatement.getBlob(int parameterIndex) CallableStatement.getBlob(String
parameterName)
CallableStatement.getClob(int parameterIndex) CallableStatement.getClob(String
parameterName)
CallableStatement.getObject(int parameterIndex, Map map)
CallableStatement.getObject(String parameterName, Map map)
CallableStatement.getRef(int parameterIndex) CallableStatement.getRef(String
parameterName)
CallableStatement.getURL(int parameterIndex)
CallableStatement.getURL(String parameterName) CallableStatement.executeBatch()
The particular CallableStatement method is not
supported.
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.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.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 ResultSet methods are not supported.
Statement.getQueryTimeout()
Statement.setQueryTimeout()
The particular Statement methods are not supported.