Class BatchStatement.Parsed
java.lang.Object
org.apache.cassandra.cql3.CQLStatement.Raw
org.apache.cassandra.cql3.statements.QualifiedStatement
org.apache.cassandra.cql3.statements.BatchStatement.Parsed
- Enclosing class:
- BatchStatement
-
Field Summary
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables -
Constructor Summary
ConstructorsConstructorDescriptionParsed(BatchStatement.Type type, Attributes.Raw attrs, List<ModificationStatement.Parsed> parsedStatements) -
Method Summary
Modifier and TypeMethodDescriptionbooleankeyspace()prepare(ClientState state) voidsetKeyspace(ClientState state) Methods inherited from class org.apache.cassandra.cql3.statements.QualifiedStatement
name, setKeyspace, toStringMethods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
Constructor Details
-
Parsed
public Parsed(BatchStatement.Type type, Attributes.Raw attrs, List<ModificationStatement.Parsed> parsedStatements)
-
-
Method Details
-
isFullyQualified
public boolean isFullyQualified()- Overrides:
isFullyQualifiedin classQualifiedStatement
-
setKeyspace
- Overrides:
setKeyspacein classQualifiedStatement- Throws:
InvalidRequestException
-
keyspace
- Overrides:
keyspacein classQualifiedStatement
-
prepare
- Specified by:
preparein classCQLStatement.Raw
-