JDBC Driver for SQL/MX Programmer's Reference
maxStatements
int
See
maxStatements
Property.
The total number of
PreparedStatement
objects that the
connection pool should
cache. See
maxStatements
Property.
minPoolSize
int
See minPoolSize
Property.
Limits the number of
physical connections that
can be in the free
connection pool. See
minPoolSize
Property.
maxPoolSize
int
See maxPoolSize
Property.
Sets maximum number
of physical connections
that the pool should
contain. This number
includes both free
connections and
connections in use. See
maxPoolSize
Property.
blobTableName String
See LOB Table Name
Properties.
Specifies the LOB table
for using BLOB
columns.
clobTableName String
See LOB Table Name
Properties.
Specifies the LOB table
for using CLOB
columns.
transactionMode String
See
transactionMode
Property.
Sets the transaction
mode, which provides
control over how and
when transactions are
performed. See
transactionMode
Property.
Note: Do not add the jdbcmx. prefix to the property name when the properties are
given as a parameter to the connection method or when using the data source. The
prefix is not needed to identify the property type because the property is being passed
to a JDBC/MX driver object. Use the jdbcmx. prefex only in the command line as
described under Setting Properties in the Command Line.