JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)
Chapter 8. Type 4 Driver Compliance
Prev Next
Chapter 8. Type 4 Driver Compliance
Compliance Overview
Unsupported Features
Deviations
HP Extensions
Internationalization of Messages
Conformance of DatabaseMetaData Methods' Handling of Null Parameters
Type 4 Driver Conformance to SQL Data Types
JDBC Data Types
Floating-Point Support
JDBC Type 4 Driver Features
Unsupported NonStop SQL Features
Unsupported SQL/MX Features
Unsupported SQL/MP Features
Other Unsupported Features
Restrictions
java.sql.connection.setAutoCommit(boolean autoCommit())
Compliance Overview
The Type 4 driver conforms where applicable to the Oracle JDBC 3.0 API specification. However, this driver differs from the JDBC standard in
some ways. This subsection describes the JDBC methods that are not supported, the methods and features that deviate from the specification,
and features that are HP extensions to the JDBC standard. JDBC features that conform to the specification are not described in this subsection.
In addition, this chapter lists features of NonStop SQL/MX and SQL/MP that are not supported by the NonStop JDBC type 4 Driver, other
unsupported features, and restrictions.
Unsupported Features
The following methods in the java.sql package throw an SQLException with the message "Unsupported feature - method-name":
Method Comments
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)
The particular PreparedStatement method
is not supported.










