DatabaseName
- Last Updated: March 5, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the name of the Apache Impala database to which you want to connect.
Valid Values
database_name
where:
- database_name
- is the name of a valid Apache Impala database. If the driver cannot find the specified database, the connection fails.
Data Source Methods
public String getDatabaseName()
public void setDatabaseName(String)
Default
The default database
Data Type
String