Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static boolean |
ModificationStatement.appliesOnlyToStaticColumns(Operations operation,
Conditions conditions)
Checks that the specified operations and conditions only apply to static columns.
|
protected StatementRestrictions |
ModificationStatement.Parsed.newRestrictions(CFMetaData cfm,
VariableSpecifications boundNames,
Operations operations,
WhereClause where,
Conditions conditions)
Creates the restrictions.
|
Constructor and Description |
---|
ModificationStatement(StatementType type,
int boundTerms,
CFMetaData cfm,
Operations operations,
StatementRestrictions restrictions,
Conditions conditions,
Attributes attrs) |
Copyright © 2017 The Apache Software Foundation