IBM DB2 Manual page 343

Table of Contents

Advertisement

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removes a previously registered XML schema from the data source.
Parameter descriptions:
sqlIdSchema
The SQL schema name for the XML schema. sqlIdSchema is a String value
with a maximum length of 128 bytes. The value of sqlIdSchema must be
the string 'SYSXSR' or null. If the value of sqlIdSchema is null, the
database system uses the string 'SYSXSR'.
sqlIdName
The SQL name for the XML schema. sqlIdName is a String value with a
maximum length of 128 bytes. The value of sqlIdName must conform to
the rules for an SQL identifier and cannot be null.
getDB2ClientProgramId
Format:
public String getDB2ClientProgramId()
throws java.sql.SQLException
Returns the user-defined program identifier for the client. The program
identifier can be used to identify the application at the data source.
getDB2ClientAccountingInformation
Format:
public String getDB2ClientAccountingInformation()
throws SQLException
Returns accounting information for the current client.
Important: getDB2ClientAccountingInformation is deprecated in the JDBC 4.0
implementation of the IBM Data Server Driver for JDBC and SQLJ. Use
java.sql.Connection.getClientInfo instead.
getDB2ClientApplicationInformation
Format:
public String getDB2ClientApplicationInformation()
throws java.sql.SQLException
Returns application information for the current client.
Important: getDB2ClientApplicationInformation is deprecated in the JDBC 4.0
implementation of the IBM Data Server Driver for JDBC and SQLJ. Use
java.sql.Connection.getClientInfo instead.
getDB2ClientUser
Format:
public String getDB2ClientUser()
throws java.sql.SQLException
Returns the current client user name for the connection. This name is not the
user value for the JDBC connection.
Important: getDB2ClientUser is deprecated in the JDBC 4.0 implementation of
the IBM Data Server Driver for JDBC and SQLJ. Use
java.sql.Connection.getClientInfo instead.
getDB2ClientWorkstation
Format:
public String getDB2ClientWorkstation()
throws java.sql.SQLException
Chapter 7. JDBC and SQLJ reference information
327

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents