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, toStringsetBindVariablespublic Parsed(BatchStatement.Type type, Attributes.Raw attrs, java.util.List<ModificationStatement.Parsed> parsedStatements)
public boolean isFullyQualified()
isFullyQualified in class QualifiedStatementpublic void setKeyspace(ClientState state) throws InvalidRequestException
setKeyspace in class QualifiedStatementInvalidRequestExceptionpublic java.lang.String keyspace()
keyspace in class QualifiedStatementpublic BatchStatement prepare(ClientState state)
prepare in class CQLStatement.RawCopyright © 2009-2022 The Apache Software Foundation