JDBC Driver for SQL/MP 3.0

JDBC/MP Docs Home Page | Contents | Index | Glossary | Prev | Next
JDBC/MP Compliance
The JDBC Driver for SQL/MP (JDBC/MP driver) conforms where applicable to the JDBC 3.0 API.
JDBC API Call Exception Summary
These methods in the java.sql package throw an SQLException with the message SQL/MP: method-name is an
unsupported method:
Method Comments
CallableStatement.getArray(int parameterIndex)
CallableStatement.BigDecimal(int parameterIndex)
CallableStatement.getBlob(int parameterIndex)
CallableStatement.getBoolean(int parameterIndex)
CallableStatement.getByte(int parameterIndex)
CallableStatement.getBytes(int parameterIndex)
CallableStatement.getClob(int parameterIndex)
CallableStatement.getDate(int parameterIndex)
CallableStatement.getDouble(int parameterIndex)
CallableStatement.getFloat(int parameterIndex)
CallableStatement.getInt(int parameterIndex, Map map)
CallableStatement.getLong(int parameterIndex)
CallableStatement.getObject(int parameterIndex, Map map)
CallableStatement.getObject(String parameterName, Map map)
CallableStatement.getRef(int parameterIndex)
CallableStatement.getShort(int parameterIndex)
CallableStatement.getString(int parameterIndex
)
CallableStatement.getTime(int parameterIndex)
CallableStatement.getTimestamp(int parameterIndex)
CallableStatement.registerOutParameter(int parameterIndex,
int sqlType)
CallableStatement.registerOutParameter(int parameterIndex,
int scale)
CallableStatement.wasNull()
The particular
CallableStatement method
is not supported.
Connection.createStatement(int resultSetType, int
resultSetConcurrency, int holdability)
Connection.prepareCall(String sql, int resultSetType, int
resultSetConcurrency, int holdability)
Connection.setHoldability(int holdability)
Connection.setReadOnly(boolean parameter)
Connection.setTypeMap(java.util.Map map)
The particular Connection
methods are not supported.
PreparedStatement.setURL(int parameterIndex, URL x)
The particular
PreparedStatement method
is not supported.
ResultSet.getArray(int i)
ResultSet.getObject(int columnIndex, Map map)
ResultSet.getObject(String columnName, Map map)
ResultSet.getRef(int columnIndex)
ResultSet.getRef(String columnName)
ResultSet.getURL(int i)
ResultSet.getURL(String x)
ResultSet.refreshRow()
ResultSet.updateArray(int columnIndex, java.sql.Array array)
ResultSet.updateArray(String columnName, java.sql.Array
array)
The particular ResultSet
methods are not supported.