JDBC Type 4 Driver 1.1 Programmer's Reference
translationVerification Property
url Property
user Property
The properties are listed in alphabetic order (with the exception of LOB Table Name Properties)
together with their descriptions.
blobTableName Property
See LOB Table Name Properties.
catalog Property
The catalog property sets the default catalog used to access SQL objects referenced in SQL
statements if the SQL objects are not fully qualified.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see How to Specify
JDBC Type 4 Properties.
Data type: String
Default: none
For example, specifying the catalog samdcat:
catalog=samdcat
clobTableName Property
See LOB Table Name Properties.
connectionTimeout Property
The connectionTimeout property sets the number of seconds a connection can be idle
before the connection is physically closed by MXCS.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see How to Specify
JDBC Type 4 Properties.
Data type: int
Units: seconds
Default: -1 (Use the ConnTimeout value set on the MXCS server data source.)