public static class UpdateStatement.ParsedInsert extends ModificationStatement.Parsed
ParsedStatement.PreparedtypecfName| Constructor and Description | 
|---|
| ParsedInsert(CFName name,
            Attributes.Raw attrs,
            java.util.List<ColumnDefinition.Raw> columnNames,
            java.util.List<Term.Raw> columnValues,
            boolean ifNotExists)A parsed  INSERTstatement. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ModificationStatement | prepareInternal(CFMetaData cfm,
               VariableSpecifications boundNames,
               Conditions conditions,
               Attributes attrs) | 
getColumnDefinition, newRestrictions, prepare, preparecolumnFamily, keyspace, prepareKeyspace, prepareKeyspacegetBoundVariables, getFunctions, setBoundVariables, setBoundVariablespublic ParsedInsert(CFName name, Attributes.Raw attrs, java.util.List<ColumnDefinition.Raw> columnNames, java.util.List<Term.Raw> columnValues, boolean ifNotExists)
INSERT statement.name - column family being operated onattrs - additional attributes for statement (CL, timestamp, timeToLive)columnNames - list of column namescolumnValues - list of column values (corresponds to names)ifNotExists - true if an IF NOT EXISTS condition was specified, false otherwiseprotected ModificationStatement prepareInternal(CFMetaData cfm, VariableSpecifications boundNames, Conditions conditions, Attributes attrs)
prepareInternal in class ModificationStatement.ParsedCopyright © 2018 The Apache Software Foundation