Uses of Class
org.apache.cassandra.cql3.statements.ModificationStatement
-
Packages that use ModificationStatement Package Description org.apache.cassandra.cql3.statements -
-
Uses of ModificationStatement in org.apache.cassandra.cql3.statements
Subclasses of ModificationStatement in org.apache.cassandra.cql3.statements Modifier and Type Class Description classDeleteStatementADELETEparsed from a CQL query statement.classUpdateStatementAnUPDATEstatement parsed from a CQL query statement.Methods in org.apache.cassandra.cql3.statements that return ModificationStatement Modifier and Type Method Description ModificationStatementModificationStatement.Parsed. prepare(VariableSpecifications bindVariables)ModificationStatementModificationStatement.Parsed. prepare(ClientState state)protected ModificationStatementDeleteStatement.Parsed. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected abstract ModificationStatementModificationStatement.Parsed. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected ModificationStatementUpdateStatement.ParsedInsert. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected ModificationStatementUpdateStatement.ParsedInsertJson. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected ModificationStatementUpdateStatement.ParsedUpdate. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)Methods in org.apache.cassandra.cql3.statements that return types with arguments of type ModificationStatement Modifier and Type Method Description java.util.List<ModificationStatement>BatchStatement. getStatements()Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type ModificationStatement Constructor Description BatchStatement(BatchStatement.Type type, VariableSpecifications bindVariables, java.util.List<ModificationStatement> statements, Attributes attrs)Creates a new BatchStatement.
-