Purpose

Specifies the name of the application to be stored in the database. This property sets the CURRENT CLIENT_APPLNAME register (Db2 for Linux/UNIX/Windows) or CLIENT APPLNAME register (Db2 for z/OS and Db2 for i) in the database. For Db2 for Linux/UNIX/Windows, it also sets the APPL_NAME column of the SYSIBMADM.APPLICATIONS table. These values are used for database administration/monitoring purposes.

Valid Values

string

where:

string
is the name of the application.

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

public void setApplicationName(String)

Default

No default value

Data Type

String

See also

Client information