Package org.apache.cassandra.cql3
Interface CQLStatement.SingleKeyspaceCqlStatement
-
- All Superinterfaces:
CQLStatement
- All Known Implementing Classes:
AlterKeyspaceStatement,AlterSchemaStatement,AlterTableStatement,AlterTableStatement.AlterColumn,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
public static interface CQLStatement.SingleKeyspaceCqlStatement extends CQLStatement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.CQLStatement
CQLStatement.Raw, CQLStatement.SingleKeyspaceCqlStatement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringkeyspace()-
Methods inherited from interface org.apache.cassandra.cql3.CQLStatement
authorize, execute, executeLocally, getAuditLogContext, getBindVariables, getFunctions, getPartitionKeyBindVariableIndexes, hasConditions, validate
-
-