IBM DB2 Manual page 237

Table of Contents

Advertisement

|
|
|
|
|
|
|
|
DB2BaseDataSource.NOT_SET (0)
Use the resultSetHoldability setting for catalog queries. This is the
default value.
Valid values are HOLD_CURSORS_OVER_COMMIT (1) or CLOSE_CURSORS_AT_COMMIT (2).
These values are the same as the ResultSet.HOLD_CURSORS_OVER_COMMIT and
ResultSet.CLOSE_CURSORS_AT_COMMIT constants that are defined in JDBC 3.0.
returnAlias
Specifies whether the JDBC driver returns rows for table aliases and synonyms
for DatabaseMetaData methods that return table information, such as
getTables. The data type of returnAlias is int. Possible values are:
0
Do not return rows for aliases or synonyms of tables in output from
DatabaseMetaData methods that return table information.
1
For tables that have aliases or synonyms, return rows for aliases and
synonyms of those tables, as well as rows for the tables, in output from
DatabaseMetaData methods that return table information. This is the
default.
streamBufferSize
Specifies the size, in bytes, of the JDBC driver buffers for chunking LOB or
XML data. The JDBC driver uses the streamBufferSize value whether or not it
uses progressive streaming. The data type of streamBufferSize is int. The
default is 1048576.
If the JDBC driver uses progressive streaming, LOB or XML data is
materialized if it fits in the buffers, and the driver does not use the
fullyMaterializeLobData property.
DB2 for z/OS Version 9.1 and later supports progressive streaming for LOBs
and XML objects. DB2 Database for Linux, UNIX, and Windows Version 9.5
and later, and IBM Informix Dynamic Server (IDS) Version 11.50 and later
support progressive streaming for LOBs.
supportsAsynchronousXARollback
Specifies whether the IBM Data Server Driver for JDBC and SQLJ supports
asynchronous XA rollback operations. The data type of this property is int. The
default is DB2BaseDataSource.NO (2). If the application runs against a BEA
WebLogic Server application server, set supportsAsynchronousXARollback to
DB2BaseDataSource.YES (1).
sysSchema
Specifies the schema of the shadow catalog tables or views that are searched
when an application invokes a DatabaseMetaData method. The sysSchema
property was formerly called cliSchema.
timeFormat
Specifies:
v The format in which the String argument of the
PreparedStatement.setString method against a TIME column must be
specified.
v The format in which the result of the ResultSet.getString or
CallableStatement.getString method against a TIME column is returned.
The data type of timeFormat is int.
Chapter 7. JDBC and SQLJ reference information
221

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents