JDBC/MX 5.0 Driver for SQL/MX Programmer's Reference (SQL/MX 2.x)

Property.
idMapFile String
A valid OSS
filename
Specifies the file to which the
trace facility logs SQL statement
IDs and the corresponding JDBC
SQL statements. See idMapFile
Property.
ISO88591 String
See ISO88591
Property.
Specifies the Java encoding used
when accessing and writing to
ISO88591 columns.
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.
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.
mploc String
See mploc Property.
The location (in
$volume.subvolume format) in
which SQL/MP tables are created
(The default location is the
default subvolume of the logged-
on user.)
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 prefix only in the command line, as described under Setting
Properties in the Command Line.