JDBC Driver for SQL/MX Programmer's Reference

catalog String
See Default Catalog
and Schema.
If the default catalog and schema
are not specified, the JDBC/MX
driver allows SQL/MX to follow its
own rules for defaults.
schema String
See Default Catalog
and Schema.
See catalog above.
dataSourceName String
The registered
ConnectionPoolDataSource
name. When this string is empty,
connection pooling is used by
default with the pool size
determined by the maxPoolSize
property and minPoolSize property
of the basic DataSource object.
For more information, see
Connection Using the Basic
DataSource API.
description String
Any valid identifier The description of the data source.
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.