Class KeyspaceIdentifier

java.lang.Object
org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
All Implemented Interfaces:
Comparable<KeyspaceIdentifier>

@Deprecated public final class KeyspaceIdentifier extends Object implements Comparable<KeyspaceIdentifier>
Deprecated.
since 3.0, use CqlIdentifier.
This encapsulates the logic for keyspace identifiers.

Keyspace identifiers are converted to lower case. To render, use any of the methods toCql(), toCql(StringBuilder), or toString().

Author:
Matthew T. Adams
See Also: