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 |
---|---|
BatchStatement |
prepare(ClientState state) |
void |
setKeyspace(ClientState state) |
keyspace, name, setKeyspace, toString
setBindVariables
public Parsed(BatchStatement.Type type, Attributes.Raw attrs, java.util.List<ModificationStatement.Parsed> parsedStatements)
public void setKeyspace(ClientState state) throws InvalidRequestException
setKeyspace
in class QualifiedStatement
InvalidRequestException
public BatchStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009-2021 The Apache Software Foundation