JDBC Driver for SQL/MX Programmer's Reference
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.
JDBC/MX Properties
JDBC/MX properties included in both the DriverManager object properties table and
DataSource object properties table are described in topics as follows:
Default Catalog and Schema●
LOB Table Name Properties●
mploc Property●
ISO88591 Property●
maxStatements Property●
minPoolSize Property●
maxPoolSize Property●
transactionMode Property●
These properties and additional properties can be specified in a command line, as described under
Setting Properties in the Command Line.