Uses of Class
org.apache.cassandra.cql3.statements.StatementType
-
Packages that use StatementType Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.restrictions org.apache.cassandra.cql3.statements -
-
Uses of StatementType in org.apache.cassandra.cql3
Constructors in org.apache.cassandra.cql3 with parameters of type StatementType Constructor Description Operations(StatementType type)
-
Uses of StatementType in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions with parameters of type StatementType Modifier and Type Method Description static StatementRestrictions
StatementRestrictions. empty(StatementType type, TableMetadata table)
Creates a new emptyStatementRestrictions
.Constructors in org.apache.cassandra.cql3.restrictions with parameters of type StatementType Constructor Description StatementRestrictions(StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, boolean selectsOnlyStaticColumns, boolean allowFiltering, boolean forView)
StatementRestrictions(StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, 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 StatementType Modifier and Type Field Description protected StatementType
ModificationStatement.Parsed. type
protected StatementType
ModificationStatement. type
Methods in org.apache.cassandra.cql3.statements that return StatementType Modifier and Type Method Description static StatementType
StatementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatementType[]
StatementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.cql3.statements with parameters of type StatementType Constructor Description ModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs)
Parsed(QualifiedName name, StatementType type, Attributes.Raw attrs, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifNotExists, boolean ifExists)
-