KeyspaceName
- Last Updated: December 21, 2016
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Cassandra 6.0
- Documentation
Purpose
Specifies the default name of the Cassandra keyspace to which the driver connects. This value is used as the default qualifier for unqualified table names in SQL queries.
Valid Values
keyspace_name
where:
- keyspace_name
- is the name of a valid CQL keyspace. If the driver cannot find the specified keyspace, the connection fails.
Notes
- A Cassandra keyspace is equivalent to a relational database.
- If KeyspaceName is not specified, Cassandra's internal keyspace name
systemwill be used. - If authentication has not been enabled, client applications will have access to all keyspaces on the server. If authentication has been enabled, a client application will only have access to the keyspace specified by the KeyspaceName property assuming it has the required permissions.
Data Source Method
setKeyspaceName
Default
No default value
Data Type
String