Package org.apache.cassandra.cql3
Interface CQLStatement.SingleKeyspaceCqlStatement
- All Superinterfaces:
CQLStatement
- All Known Implementing Classes:
AlterKeyspaceStatement,AlterSchemaStatement,AlterTableStatement,AlterTableStatement.AlterColumn,AlterTableStatement.MaskColumn,AlterTypeStatement,AlterViewStatement,CreateAggregateStatement,CreateFunctionStatement,CreateIndexStatement,CreateKeyspaceStatement,CreateTableStatement,CreateTriggerStatement,CreateTypeStatement,CreateViewStatement,DeleteStatement,DropAggregateStatement,DropFunctionStatement,DropIndexStatement,DropKeyspaceStatement,DropTableStatement,DropTriggerStatement,DropTypeStatement,DropViewStatement,ModificationStatement,SelectStatement,UpdateStatement
- Enclosing interface:
- CQLStatement
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.CQLStatement
CQLStatement.Raw, CQLStatement.SingleKeyspaceCqlStatement -
Method Summary
Methods inherited from interface org.apache.cassandra.cql3.CQLStatement
authorize, execute, executeLocally, getAuditLogContext, getBindVariables, getFunctions, getPartitionKeyBindVariableIndexes, hasConditions, validate
-
Method Details
-
keyspace
String keyspace()
-