Uses of Class
org.apache.cassandra.cql3.statements.ModificationStatement
Packages that use ModificationStatement
-
Uses of ModificationStatement in org.apache.cassandra.cql3.statements
Subclasses of ModificationStatement in org.apache.cassandra.cql3.statementsModifier and TypeClassDescriptionclassADELETEparsed from a CQL query statement.classAnUPDATEstatement parsed from a CQL query statement.Methods in org.apache.cassandra.cql3.statements that return ModificationStatementModifier and TypeMethodDescriptionModificationStatement.Parsed.prepare(ClientState state) ModificationStatement.Parsed.prepare(ClientState state, VariableSpecifications bindVariables) protected 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) Methods in org.apache.cassandra.cql3.statements that return types with arguments of type ModificationStatementConstructor parameters in org.apache.cassandra.cql3.statements with type arguments of type ModificationStatementModifierConstructorDescriptionBatchStatement(BatchStatement.Type type, VariableSpecifications bindVariables, List<ModificationStatement> statements, Attributes attrs) Creates a new BatchStatement.