Package | Description |
---|---|
org.apache.cassandra.cql3.restrictions | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static StatementRestrictions |
StatementRestrictions.empty(StatementType type,
CFMetaData cfm)
Creates a new empty
StatementRestrictions . |
Constructor and Description |
---|
StatementRestrictions(StatementType type,
CFMetaData cfm,
java.util.List<Relation> whereClause,
VariableSpecifications boundNames,
boolean selectsOnlyStaticColumns,
boolean selectACollection,
boolean useFiltering) |
Modifier and Type | Field and Description |
---|---|
protected StatementType |
ModificationStatement.type |
Modifier and Type | Method and Description |
---|---|
static StatementType |
StatementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static StatementRestrictions |
ModificationStatement.Parsed.newRestrictions(StatementType type,
CFMetaData cfm,
VariableSpecifications boundNames,
Operations operations,
java.util.List<Relation> relations,
Conditions conditions)
Creates the restrictions.
|
Constructor and Description |
---|
ModificationStatement(StatementType type,
int boundTerms,
CFMetaData cfm,
Operations operations,
StatementRestrictions restrictions,
Conditions conditions,
Attributes attrs) |
Copyright © 2015 The Apache Software Foundation