JDBC Driver for SQL/MX Programmer's Reference
Deprecated
Property-Name
Specification
New Property-Name
Specification
catalog jdbcmx.catalog
schema jdbcmx.schema
mploc jdbcmx.mploc
maxPoolSize jdbcmx.maxPoolSize
minPoolSize jdbcmx.minPoolSize
maxStatements
jdbcmx.maxStatements
traceFile jdbcmx.traceFile
traceFlag jdbcmx.traceFlag
sqlmx_nowait jdbcmx.sqlmx_nowait
Note: Support for the deprecated property-name specification will end in a future
JDBC/MX driver release. HP recommends that you migrate your JDBC
applications to use the new property-name specification.
Row Count Array of the
PreparedStatement.executeBatch
Method
With the release of the JDBC/MX V31 and V32 drivers, you can improve the performance of
batch processing when using the PreparedStatement.executeBatch() method by
setting the batchBinding property.
If you do not set the batchBinding property, your JDBC applications operate without batch
array binding (the default setting).
If you update your application to use the batchBinding property, you must consider the
change in information returned on the PreparedStatement.executeBatch() method.
For detailed information, see Setting Batch Processing for Prepared Statements.