DatabaseName
- Last Updated: September 3, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
Purpose
Specifies the name of the database to which you want to connect.
Valid Values
string
where:
- string
- is the name of a PostgreSQL database.
Data Source Methods
public String getDatabaseName()
public void setDatabaseName(String)
Default
No default value
Data Type
String