DatabaseName
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP HANA 6.0
- Documentation
Purpose
Specifies the name of the database to which you are connecting.
Valid Values
database_name
where:
database_name
is the name of a valid database.
Important: The value is case-insensistive if you have access privileges to query the list of databases on the server. If you do not have access, the value is case-sensitive.
Data Source Methods
public String getDatabaseName()
public void setDatabaseName(String)
Default Value
No default value
Data Type
String