| Package | Description | 
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.restrictions | |
| org.apache.cassandra.cql3.statements | 
| Constructor and Description | 
|---|
| Operations(StatementType type) | 
| 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,
                     WhereClause whereClause,
                     VariableSpecifications boundNames,
                     boolean selectsOnlyStaticColumns,
                     boolean selectsComplexColumn,
                     boolean allowFiltering,
                     boolean forView) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StatementType | ModificationStatement. type | 
| protected StatementType | ModificationStatement.Parsed. 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. | 
| Constructor and Description | 
|---|
| ModificationStatement(StatementType type,
                     int boundTerms,
                     CFMetaData cfm,
                     Operations operations,
                     StatementRestrictions restrictions,
                     Conditions conditions,
                     Attributes attrs) | 
| Parsed(CFName name,
      StatementType type,
      Attributes.Raw attrs,
      java.util.List<Pair<ColumnDefinition.Raw,ColumnCondition.Raw>> conditions,
      boolean ifNotExists,
      boolean ifExists) | 
Copyright © 2018 The Apache Software Foundation