Uses of Class
org.apache.cassandra.cql3.Attributes
-
Packages that use Attributes Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements -
-
Uses of Attributes in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return Attributes Modifier and Type Method Description static AttributesAttributes. none()AttributesAttributes.Raw. prepare(java.lang.String ksName, java.lang.String cfName) -
Uses of Attributes in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type Attributes Modifier and Type Method Description 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)Constructors in org.apache.cassandra.cql3.statements with parameters of type Attributes Constructor Description BatchStatement(BatchStatement.Type type, VariableSpecifications bindVariables, java.util.List<ModificationStatement> statements, Attributes attrs)Creates a new BatchStatement.ModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs)
-