Purpose

Specifies the user ID to be stored in the database. This property sets the CURRENT CLIENT_USERID register (Db2 for Linux/UNIX/Windows) and CLIENT USERID 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 a valid user ID.

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 getClientUser()

public void setClientUser(String)

Default

No default value

Data Type

String

See also

Client information