IBM DB2 Manual page 354

Table of Contents

Advertisement

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338
Application Programming Guide and Reference for Java
Ppid
Client process ID
Ttid
Client thread ID (optional)
Cid
Data connection generated ID
Llvl
Debug library diagnostic trace level
For example:
M9.72.133.89:8355,I9.72.133.89,P4552,T123,C1,L0
See the description of SET CLIENT DEBUGINFO for a detailed description
of this string.
mgrInfo
A string of the following form, which specifies the IP address and port
number for the Unified Debugger session manager.
Mip:port
For example:
M9.72.133.89:8355
See the description of SET CLIENT DEBUGINFO for a detailed description
of this string.
trcInfo
A string of the following form, which specifies the debug library
diagnostics trace level.
Llvl
For example:
L0
See the description of SET CLIENT DEBUGINFO for a detailed description
of this string.
This method does not apply to connections to IBM Informix Dynamic Server
data sources.
setDB2ClientProgramId
Format:
public abstract void setDB2ClientProgramId(String program-ID)
throws java.sql.SQLException
Sets a user-defined program identifier for the connection, on DB2 for z/OS
servers. That program identifier is an 80-byte string that is used to identify the
caller. The DB2 for z/OS server places the string in IFCID 316 trace records
along with other statistics, so that you can identify which program is
associated with a particular SQL statement.
setDB2ClientUser
Format:
public void setDB2ClientUser(String user)
throws java.sql.SQLException
Specifies the current client user name for the connection. This name is for
client accounting purposes, and is not the user value for the JDBC connection.
Unlike the user for the JDBC connection, the current client user name can
change during a connection.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents