JDBC Type 4 Driver Programmer's Reference

JDBC/MX Docs Home Page | Contents | Prev | Next | Index | Glossary
Type 4 Driver Compliance
The Type 4 driver conforms where applicable to the Sun Microsystems 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 section 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.
The topics are:
Unsupported Features
Deviations
HP Extensions
Type 4 driver Conformance to SQL Datatypes
Floating Point Support
SQLJ Support
Unsupported NonStop SQL Features
Other Unsupported Features
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
The particular
CallableStatement
method is not supported.