Uses of Class
org.apache.cassandra.cql3.QualifiedName
-
Packages that use QualifiedName Package Description org.apache.cassandra.cql3.restrictions org.apache.cassandra.cql3.statements org.apache.cassandra.cql3.statements.schema -
-
Uses of QualifiedName in org.apache.cassandra.cql3.restrictions
Fields in org.apache.cassandra.cql3.restrictions declared as QualifiedName Modifier and Type Field Description QualifiedName
CustomIndexExpression. targetIndex
Constructors in org.apache.cassandra.cql3.restrictions with parameters of type QualifiedName Constructor Description CustomIndexExpression(QualifiedName targetIndex, Term.Raw value)
-
Uses of QualifiedName in org.apache.cassandra.cql3.statements
Constructors in org.apache.cassandra.cql3.statements with parameters of type QualifiedName Constructor Description Parsed(QualifiedName name, Attributes.Raw attrs, java.util.List<Operation.RawDeletion> deletions, WhereClause whereClause, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifExists)
Parsed(QualifiedName name, StatementType type, Attributes.Raw attrs, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifNotExists, boolean ifExists)
ParsedInsert(QualifiedName name, Attributes.Raw attrs, java.util.List<ColumnIdentifier> columnNames, java.util.List<Term.Raw> columnValues, boolean ifNotExists)
A parsedINSERT
statement.ParsedInsertJson(QualifiedName name, Attributes.Raw attrs, Json.Raw jsonValue, boolean defaultUnset, boolean ifNotExists)
ParsedUpdate(QualifiedName name, Attributes.Raw attrs, java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates, WhereClause whereClause, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.RawStatement(QualifiedName cfName, SelectStatement.Parameters parameters, java.util.List<RawSelector> selectClause, WhereClause whereClause, Term.Raw limit, Term.Raw perPartitionLimit)
TruncateStatement(QualifiedName name)
-
Uses of QualifiedName in org.apache.cassandra.cql3.statements.schema
Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type QualifiedName Constructor Description Raw(QualifiedName name)
Raw(QualifiedName name, TableAttributes attrs)
Raw(QualifiedName tableName, QualifiedName indexName, java.util.List<IndexTarget.Raw> rawIndexTargets, IndexAttributes attrs, boolean ifNotExists)
Raw(QualifiedName name, boolean ifNotExists)
Raw(QualifiedName tableName, java.lang.String triggerName, java.lang.String triggerClass, boolean ifNotExists)
Raw(QualifiedName tableName, QualifiedName viewName, java.util.List<RawSelector> rawColumns, WhereClause whereClause, boolean ifNotExists)
Raw(QualifiedName name, boolean ifExists)
Raw(QualifiedName name, boolean ifExists)
Raw(QualifiedName tableName, java.lang.String triggerName, boolean ifExists)
Raw(QualifiedName name, boolean ifExists)
-