public static class DeleteStatement.Parsed extends ModificationStatement.Parsed
ParsedStatement.Prepared
attrs, conditions
cfName
Constructor and Description |
---|
DeleteStatement.Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
protected ModificationStatement |
prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
prepare, prepare
columnFamily, keyspace, prepareKeyspace
getBoundVariables, setBoundVariables
public DeleteStatement.Parsed(CFName name, Attributes.Raw attrs, java.util.List<Operation.RawDeletion> deletions, java.util.List<Relation> whereClause, java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions, boolean ifExists)
protected ModificationStatement prepareInternal(CFDefinition cfDef, VariableSpecifications boundNames, Attributes attrs) throws InvalidRequestException
prepareInternal
in class ModificationStatement.Parsed
InvalidRequestException
Copyright © 2015 The Apache Software Foundation