public static class BatchStatement.Parsed extends QualifiedStatement
bindVariables
Constructor and Description |
---|
Parsed(BatchStatement.Type type,
Attributes.Raw attrs,
java.util.List<ModificationStatement.Parsed> parsedStatements) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFullyQualified() |
java.lang.String |
keyspace() |
BatchStatement |
prepare(ClientState state) |
void |
setKeyspace(ClientState state) |
name, setKeyspace, toString
setBindVariables
public Parsed(BatchStatement.Type type, Attributes.Raw attrs, java.util.List<ModificationStatement.Parsed> parsedStatements)
public boolean isFullyQualified()
isFullyQualified
in class QualifiedStatement
public void setKeyspace(ClientState state) throws InvalidRequestException
setKeyspace
in class QualifiedStatement
InvalidRequestException
public java.lang.String keyspace()
keyspace
in class QualifiedStatement
public BatchStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009-2022 The Apache Software Foundation