IBM DB2 Manual page 246

Table of Contents

Advertisement

|
|
|
|
|
|
|
230
Application Programming Guide and Reference for Java
for client accounting purposes. Unlike the JDBC connection user name, this
value can change during a connection. For a DB2 for z/OS server, the
maximum length is 16 bytes.
This property applies only to IBM Data Server Driver for JDBC and SQLJ type
2 connectivity on DB2 for z/OS.
clientWorkstation
Specifies the workstation name for the current client for the connection. This
information is for client accounting purposes. This value can change during a
connection. The data type of this property is String. For a DB2 for z/OS server,
the maximum length is 18 bytes. A Java empty string ("") is valid for this
value, but a Java null value is not valid.
This property applies only to IBM Data Server Driver for JDBC and SQLJ type
2 connectivity on DB2 for z/OS.
currentSQLID
Specifies:
v The authorization ID that is used for authorization checking on dynamically
prepared CREATE, GRANT, and REVOKE SQL statements.
v The owner of a table space, database, storage group, or synonym that is
created by a dynamically issued CREATE statement.
v The implicit qualifier of all table, view, alias, and index names specified in
dynamic SQL statements.
currentSQLID sets the value in the CURRENT SQLID special register on a DB2
for z/OS server. If the currentSQLID property is not set, the default schema
name is the value in the CURRENT SQLID special register.
jdbcCollection
Specifies the collection ID for the packages that are used by an instance of the
IBM Data Server Driver for JDBC and SQLJ at run time. The data type of
jdbcCollection is String. The default is NULLID.
This property is used with the DB2Binder -collection option. The DB2Binder
utility must have previously bound IBM Data Server Driver for JDBC and
SQLJ packages at the server using a -collection value that matches the
jdbcCollection value.
The jdbcCollection setting does not determine the collection that is used for
SQLJ applications. For SQLJ, the collection is determined by the -collection
option of the SQLJ customizer.
jdbcCollection does not apply to IBM Data Server Driver for JDBC and SQLJ
type 2 connectivity on DB2 for z/OS.
maxRowsetSize
Specifies the maximum number of bytes that are used for rowset buffering for
each statement, when the IBM Data Server Driver for JDBC and SQLJ uses
multiple-row FETCH for cursors. The data type of this property is int. The
default is 32767.
maxRowsetSize applies only to IBM Data Server Driver for JDBC and SQLJ
type 2 connectivity on DB2 for z/OS.
pkList
Specifies a package list that is used for the underlying RRSAF CREATE
THREAD call when a JDBC or SQLJ connection to a data source is established.
pkList applies only to IBM Data Server Driver for JDBC and SQLJ type 2
connectivity on DB2 for z/OS.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents