AccountingInfo
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies accounting information to be stored in the database. This property sets the CURRENT CLIENT_ACCTNG register (Db2 for Linux/UNIX/Windows) or the CLIENT ACCTNG register (Db2 for z/OS and Db2 for i) in the database. This value is used for database administration/monitoring purposes.
Valid Values
string
where:
- string
- is the accounting information.
Notes
- Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.
Data Source Methods
public String getAccountingInfo()
public void setAccountingInfo(String)
Default
No default value
Data Type
String