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 boolean
isFullyQualified()
java.lang.String
keyspace()
BatchStatement
prepare(ClientState state)
void
setKeyspace(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:
isFullyQualified
in classQualifiedStatement
-
setKeyspace
public void setKeyspace(ClientState state) throws InvalidRequestException
- Overrides:
setKeyspace
in classQualifiedStatement
- Throws:
InvalidRequestException
-
keyspace
public java.lang.String keyspace()
- Overrides:
keyspace
in classQualifiedStatement
-
prepare
public BatchStatement prepare(ClientState state)
- Specified by:
prepare
in classCQLStatement.Raw
-
-