Package org.apache.cassandra.cql3
Class CQLStatement.Raw
- java.lang.Object
-
- org.apache.cassandra.cql3.CQLStatement.Raw
-
- Direct Known Subclasses:
AlterKeyspaceStatement.Raw,AlterTableStatement.Raw,AlterTypeStatement.Raw,AlterViewStatement.Raw,AuthenticationStatement,AuthorizationStatement,CreateAggregateStatement.Raw,CreateFunctionStatement.Raw,CreateIndexStatement.Raw,CreateKeyspaceStatement.Raw,CreateTableStatement.Raw,CreateTriggerStatement.Raw,CreateTypeStatement.Raw,CreateViewStatement.Raw,DescribeStatement,DropAggregateStatement.Raw,DropFunctionStatement.Raw,DropIndexStatement.Raw,DropKeyspaceStatement.Raw,DropTableStatement.Raw,DropTriggerStatement.Raw,DropTypeStatement.Raw,DropViewStatement.Raw,QualifiedStatement,UseStatement
- Enclosing interface:
- CQLStatement
public abstract static class CQLStatement.Raw extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableSpecificationsbindVariables
-
Constructor Summary
Constructors Constructor Description Raw()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract CQLStatementprepare(ClientState state)voidsetBindVariables(java.util.List<ColumnIdentifier> variables)
-
-
-
Field Detail
-
bindVariables
protected VariableSpecifications bindVariables
-
-
Method Detail
-
setBindVariables
public void setBindVariables(java.util.List<ColumnIdentifier> variables)
-
prepare
public abstract CQLStatement prepare(ClientState state)
-
-