Uses of Class
org.apache.cassandra.cql3.statements.schema.KeyspaceAttributes
Packages that use KeyspaceAttributes
-
Uses of KeyspaceAttributes in org.apache.cassandra.cql3.statements.schema
Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type KeyspaceAttributesModifierConstructorDescriptionAlterKeyspaceStatement(String keyspaceName, KeyspaceAttributes attrs, boolean ifExists) CreateKeyspaceStatement(String keyspaceName, KeyspaceAttributes attrs, boolean ifNotExists) Raw(String keyspaceName, KeyspaceAttributes attrs, boolean ifExists) Raw(String keyspaceName, KeyspaceAttributes attrs, boolean ifNotExists)