Uses of Enum Class
org.apache.cassandra.cql3.statements.StatementType
Packages that use StatementType
Package
Description
-
Uses of StatementType in org.apache.cassandra.cql3
Constructors in org.apache.cassandra.cql3 with parameters of type StatementType -
Uses of StatementType in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions with parameters of type StatementTypeModifier and TypeMethodDescriptionstatic StatementRestrictionsStatementRestrictions.empty(StatementType type, TableMetadata table) Creates a new emptyStatementRestrictions.Constructors in org.apache.cassandra.cql3.restrictions with parameters of type StatementTypeModifierConstructorDescriptionStatementRestrictions(ClientState state, StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, List<Ordering> orderings, boolean selectsOnlyStaticColumns, boolean allowFiltering, boolean forView) StatementRestrictions(ClientState state, StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, List<Ordering> orderings, boolean selectsOnlyStaticColumns, boolean allowUseOfSecondaryIndices, boolean allowFiltering, boolean forView) -
Uses of StatementType in org.apache.cassandra.cql3.statements
Fields in org.apache.cassandra.cql3.statements declared as StatementTypeModifier and TypeFieldDescriptionprotected final StatementTypeModificationStatement.Parsed.typeprotected final StatementTypeModificationStatement.typeMethods in org.apache.cassandra.cql3.statements that return StatementTypeModifier and TypeMethodDescriptionstatic StatementTypeReturns the enum constant of this class with the specified name.static StatementType[]StatementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.cql3.statements with parameters of type StatementTypeModifierConstructorDescriptionModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs) protectedParsed(QualifiedName name, StatementType type, Attributes.Raw attrs, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifNotExists, boolean ifExists)