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(ColumnSpecification[] boundNames) |
protected abstract ModificationStatement |
prepareInternal(CFDefinition cfDef,
ColumnSpecification[] boundNames,
Attributes attrs) |
columnFamily, keyspace, prepareKeyspace
getBoundsTerms, setBoundTerms
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(ColumnSpecification[] boundNames) throws InvalidRequestException
InvalidRequestException
protected abstract ModificationStatement prepareInternal(CFDefinition cfDef, ColumnSpecification[] boundNames, Attributes attrs) throws InvalidRequestException
InvalidRequestException
Copyright © 2013 The Apache Software Foundation