public abstract static class ModificationStatement.Parsed extends CFStatement
ParsedStatement.Prepared
Modifier and Type | Field and Description |
---|---|
protected Attributes.Raw |
attrs |
cfName
Modifier | Constructor and Description |
---|---|
protected |
ModificationStatement.Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> conditions,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
ParsedStatement.Prepared |
prepare() |
ModificationStatement |
prepare(VariableSpecifications boundNames) |
protected abstract ModificationStatement |
prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
columnFamily, keyspace, prepareKeyspace
getBoundVariables, setBoundVariables
protected final Attributes.Raw attrs
protected ModificationStatement.Parsed(CFName name, Attributes.Raw attrs, java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> conditions, boolean ifNotExists)
public ParsedStatement.Prepared prepare() throws InvalidRequestException
prepare
in class ParsedStatement
InvalidRequestException
public ModificationStatement prepare(VariableSpecifications boundNames) throws InvalidRequestException
InvalidRequestException
protected abstract ModificationStatement prepareInternal(CFDefinition cfDef, VariableSpecifications boundNames, Attributes attrs) throws InvalidRequestException
InvalidRequestException
Copyright © 2014 The Apache Software Foundation