| Package | Description | 
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements | 
| Modifier and Type | Method and Description | 
|---|---|
| static Attributes | Attributes. none() | 
| Attributes | Attributes.Raw. prepare(java.lang.String ksName,
       java.lang.String cfName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ModificationStatement | DeleteStatement.Parsed. prepareInternal(CFMetaData cfm,
               VariableSpecifications boundNames,
               Conditions conditions,
               Attributes attrs) | 
| protected abstract ModificationStatement | ModificationStatement.Parsed. prepareInternal(CFMetaData cfm,
               VariableSpecifications boundNames,
               Conditions conditions,
               Attributes attrs) | 
| protected ModificationStatement | UpdateStatement.ParsedInsert. prepareInternal(CFMetaData cfm,
               VariableSpecifications boundNames,
               Conditions conditions,
               Attributes attrs) | 
| protected ModificationStatement | UpdateStatement.ParsedInsertJson. prepareInternal(CFMetaData cfm,
               VariableSpecifications boundNames,
               Conditions conditions,
               Attributes attrs) | 
| protected ModificationStatement | UpdateStatement.ParsedUpdate. prepareInternal(CFMetaData cfm,
               VariableSpecifications boundNames,
               Conditions conditions,
               Attributes attrs) | 
| Constructor and Description | 
|---|
| BatchStatement(int boundTerms,
              BatchStatement.Type type,
              java.util.List<ModificationStatement> statements,
              Attributes attrs)Creates a new BatchStatement from a list of statements and a
 Thrift consistency level. | 
| ModificationStatement(StatementType type,
                     int boundTerms,
                     CFMetaData cfm,
                     Operations operations,
                     StatementRestrictions restrictions,
                     Conditions conditions,
                     Attributes attrs) | 
Copyright © 2018 The Apache Software Foundation