Uses of Class
org.apache.cassandra.cql3.Attributes.Raw
Packages that use Attributes.Raw
-
Uses of Attributes.Raw in org.apache.cassandra.cql3.statements
Constructors in org.apache.cassandra.cql3.statements with parameters of type Attributes.RawModifierConstructorDescriptionParsed(BatchStatement.Type type, Attributes.Raw attrs, List<ModificationStatement.Parsed> parsedStatements) Parsed(QualifiedName name, Attributes.Raw attrs, List<Operation.RawDeletion> deletions, WhereClause whereClause, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifExists) protectedParsed(QualifiedName name, StatementType type, Attributes.Raw attrs, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifNotExists, boolean ifExists) ParsedInsert(QualifiedName name, Attributes.Raw attrs, List<ColumnIdentifier> columnNames, List<Term.Raw> columnValues, boolean ifNotExists) A parsedINSERTstatement.ParsedInsertJson(QualifiedName name, Attributes.Raw attrs, Json.Raw jsonValue, boolean defaultUnset, boolean ifNotExists) ParsedUpdate(QualifiedName name, Attributes.Raw attrs, List<Pair<ColumnIdentifier, Operation.RawUpdate>> updates, WhereClause whereClause, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifExists) Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.