Uses of Class
org.apache.cassandra.cql3.Attributes
Packages that use Attributes
-
Uses of Attributes in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return Attributes -
Uses of Attributes in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type AttributesModifier and TypeMethodDescriptionprotected ModificationStatementDeleteStatement.Parsed.prepareInternal(ClientState state, TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs) protected abstract ModificationStatementModificationStatement.Parsed.prepareInternal(ClientState state, TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs) protected ModificationStatementUpdateStatement.ParsedInsert.prepareInternal(ClientState state, TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs) protected ModificationStatementUpdateStatement.ParsedInsertJson.prepareInternal(ClientState state, TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs) protected ModificationStatementUpdateStatement.ParsedUpdate.prepareInternal(ClientState state, TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs) Constructors in org.apache.cassandra.cql3.statements with parameters of type AttributesModifierConstructorDescriptionBatchStatement(BatchStatement.Type type, VariableSpecifications bindVariables, List<ModificationStatement> statements, Attributes attrs) Creates a new BatchStatement.ModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs)