NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.1+)
java.sql.Connection.createStatement(...)
java.sql.Connection.prepareStatement(...)
The JDBC Driver for
SQL/MX does not support
the scroll-sensitive result set
type, so an SQLWarning is
issued if an application
requests that type. The result
set is changed to a
scroll-insensitive type.
java.sql.Connection.setCatalog(...)
The catalog argument is
ignored. The default catalog
can be specified in the
command line only.
java.sql.Connection.setReadOnly(...)
The read-only attribute is
ignored.
java.sql.ResultSet.setFetchDirection(...)
The fetch direction attribute
is ignored.
java.sql.PreparedStatement.executeBatch()
A
BatchUpdateException
is thrown if this method is
issued on a prepared Select
SQL statement.
java.sql.Statement.executeBatch(...)
A
BatchUpdateException
is thrown if this method
attempts to execute a Select
SQL statement.
java.sql.Statement.cancel()
This method is ignored. The
JDBC Driver for SQL/MX
does not abort statement
execution when cancel()
is issued.
java.sql.Statement.setEscapeProcessing(...)
Because SQL/MX parses the
escape syntax, disabling
escape processing has no
effect
java.sql.Statement.setFetchDirection(...)
The fetch direction attribute
is ignored.
java.sql.Statement.setQueryTimeout(...)
The query time-out value is
ignored. The JDBC Driver
for SQL/MX does not abort
execution when the query
time-out period has expired.
The following features are implemented in the JDBC Driver for SQL/MX but might differ in implementation from
other drivers: