JDBC Type 4 Driver 2.0 Programmer's Reference (SQL/MX 2.x)
useArrayBinding 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.
closeConnectionUponQueryTimeout Property
The closeConnectionUponQueryTimeout property specifies the behavior of the JDBC driver when
Statement.setQueryTimeout() is run.
The values that can be provided for the property closeConnectionUponQueryTimeout are
IGNORE/DEFAULT.
If the property value is set to any value other than the ones mentioned, the value is set to DEFAULT.
The JDBC Driver behaves in accordance to the set value. Listed below are the effects on the JDBC
Driver when the IGNORE or DEFAULT value is set:
IGNORE = Any value (> 0) set by calling Statement.setQueryTimeout() has no effect. The Statement
continues to block the current thread until the statement is run.
DEFAULT = This is the value set if the property is not specified. Any value (> 0) set by calling
Statement.setQueryTimeout() causes an SQLException to be raised when this property is set to
DEFAULT.










