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
public static class BatchStatement.Parsed extends QualifiedStatement
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables
-
-
Constructor Summary
Constructors Constructor Description Parsed(BatchStatement.Type type, Attributes.Raw attrs, java.util.List<ModificationStatement.Parsed> parsedStatements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFullyQualified()java.lang.Stringkeyspace()BatchStatementprepare(ClientState state)voidsetKeyspace(ClientState state)-
Methods inherited from class org.apache.cassandra.cql3.statements.QualifiedStatement
name, setKeyspace, toString
-
Methods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
-
-
-
Constructor Detail
-
Parsed
public Parsed(BatchStatement.Type type, Attributes.Raw attrs, java.util.List<ModificationStatement.Parsed> parsedStatements)
-
-
Method Detail
-
isFullyQualified
public boolean isFullyQualified()
- Overrides:
isFullyQualifiedin classQualifiedStatement
-
setKeyspace
public void setKeyspace(ClientState state) throws InvalidRequestException
- Overrides:
setKeyspacein classQualifiedStatement- Throws:
InvalidRequestException
-
keyspace
public java.lang.String keyspace()
- Overrides:
keyspacein classQualifiedStatement
-
prepare
public BatchStatement prepare(ClientState state)
- Specified by:
preparein classCQLStatement.Raw
-
-