public static class DeleteStatement.Parsed extends ModificationStatement.Parsed
ParsedStatement.Prepared
type
cfName
Constructor and Description |
---|
Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
WhereClause whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
protected ModificationStatement |
prepareInternal(CFMetaData cfm,
VariableSpecifications boundNames,
Conditions conditions,
Attributes attrs) |
getColumnDefinition, newRestrictions, prepare, prepare
columnFamily, keyspace, prepareKeyspace, prepareKeyspace
getBoundVariables, getFunctions, setBoundVariables, setBoundVariables
public Parsed(CFName name, Attributes.Raw attrs, java.util.List<Operation.RawDeletion> deletions, WhereClause whereClause, java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions, boolean ifExists)
protected ModificationStatement prepareInternal(CFMetaData cfm, VariableSpecifications boundNames, Conditions conditions, Attributes attrs)
prepareInternal
in class ModificationStatement.Parsed
Copyright © 2017 The Apache Software Foundation