ApplicationName
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP HANA 6.0
- Documentation
Purpose
Specifies the name of the application to be stored in the database. This value is stored locally and is used for database administration/monitoring purposes.
Behavior
The name of the application to be stored in the database. This property sets the program_name column in the sysprocesses table in the database.
Notes
-
ProgramNamecan be used as an alias forApplicationName. -
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 Value
No default value
Data Type
String