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 Attributes
Attributes. none()
Attributes
Attributes.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 ModificationStatement
DeleteStatement.Parsed. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)
protected abstract ModificationStatement
ModificationStatement.Parsed. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)
protected ModificationStatement
UpdateStatement.ParsedInsert. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)
protected ModificationStatement
UpdateStatement.ParsedInsertJson. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)
protected ModificationStatement
UpdateStatement.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)
-