Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
ColumnIdentifier |
Operation.columnName |
ColumnIdentifier |
ColumnSpecification.name |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
Operation.RawDeletion.affectedColumn()
The name of the column affected by this delete operation.
|
ColumnIdentifier |
Operation.ColumnDeletion.affectedColumn() |
ColumnIdentifier |
Operation.ElementDeletion.affectedColumn() |
ColumnIdentifier |
SingleColumnRelation.getEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColumnIdentifier> |
MultiColumnRelation.getEntities() |
Modifier and Type | Method and Description |
---|---|
static SingleColumnRelation |
SingleColumnRelation.createInRelation(ColumnIdentifier entity,
java.util.List<Term.Raw> inValues) |
CFDefinition.Name |
CFDefinition.get(ColumnIdentifier name) |
static ResultSet.Metadata |
ResultSet.makeCountMetadata(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier alias) |
ResultSet |
ResultSet.makeCountResult(ColumnIdentifier alias) |
static ResultSet |
ResultSet.makeCountResult(java.lang.String ksName,
java.lang.String cfName,
long count,
ColumnIdentifier alias) |
Modifier and Type | Method and Description |
---|---|
static MultiColumnRelation |
MultiColumnRelation.createInRelation(java.util.List<ColumnIdentifier> entities,
java.util.List<? extends Term.MultiColumnRaw> inValues)
Creates a multi-column IN relation with a list of IN values or markers.
|
static MultiColumnRelation |
MultiColumnRelation.createNonInRelation(java.util.List<ColumnIdentifier> entities,
Relation.Type relationType,
Term.MultiColumnRaw valuesOrMarker)
Creates a multi-column EQ, LT, LTE, GT, or GTE relation.
|
static MultiColumnRelation |
MultiColumnRelation.createSingleMarkerInRelation(java.util.List<ColumnIdentifier> entities,
Tuples.INRaw inMarker)
Creates a multi-column IN relation with a marker for the IN values.
|
Constructor and Description |
---|
VariableSpecifications(java.util.List<ColumnIdentifier> variableNames) |
Modifier and Type | Field and Description |
---|---|
ColumnIdentifier |
RawSelector.alias |
ColumnIdentifier |
AlterTableStatement.columnName |
ColumnIdentifier |
Selectable.WritetimeOrTTL.id |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> |
ModificationStatement.Parsed.conditions |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ColumnIdentifier> |
ModificationStatement.getColumnsWithConditions() |
java.util.List<ColumnIdentifier> |
Selection.regularAndStaticColumnsToFetch() |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableStatement.RawStatement.addColumnAlias(ColumnIdentifier alias) |
void |
CreateTableStatement.RawStatement.addDefinition(ColumnIdentifier def,
CQL3Type type,
boolean isStatic) |
void |
CreateTableStatement.RawStatement.setOrdering(ColumnIdentifier alias,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableStatement.RawStatement.addKeyAliases(java.util.List<ColumnIdentifier> aliases) |
static ResultSet |
ModificationStatement.buildCasResultSet(java.lang.String ksName,
java.nio.ByteBuffer key,
java.lang.String cfName,
ColumnFamily cf,
java.lang.Iterable<ColumnIdentifier> columnsWithConditions,
boolean isBatch) |
void |
ParsedStatement.setBoundVariables(java.util.List<ColumnIdentifier> boundNames) |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier columnName,
CQL3Type validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier,ColumnIdentifier> renames,
boolean isStatic) |
CreateIndexStatement(CFName name,
java.lang.String indexName,
ColumnIdentifier columnName,
IndexPropDefs properties,
boolean ifNotExists) |
RawSelector(Selectable selectable,
ColumnIdentifier alias) |
Selectable.WritetimeOrTTL(ColumnIdentifier id,
boolean isWritetime) |
SelectStatement.Parameters(java.util.Map<ColumnIdentifier,java.lang.Boolean> orderings,
boolean isDistinct,
boolean isCount,
ColumnIdentifier countAlias,
boolean allowFiltering) |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier columnName,
CQL3Type validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier,ColumnIdentifier> renames,
boolean isStatic) |
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier columnName,
CQL3Type validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier,ColumnIdentifier> renames,
boolean isStatic) |
CreateTableStatement(CFName name,
CFPropDefs properties,
boolean ifNotExists,
java.util.Set<ColumnIdentifier> staticColumns) |
DeleteStatement.Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions,
boolean ifExists) |
ModificationStatement.Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions,
boolean ifNotExists,
boolean ifExists) |
SelectStatement.Parameters(java.util.Map<ColumnIdentifier,java.lang.Boolean> orderings,
boolean isDistinct,
boolean isCount,
ColumnIdentifier countAlias,
boolean allowFiltering) |
UpdateStatement.ParsedInsert(CFName name,
Attributes.Raw attrs,
java.util.List<ColumnIdentifier> columnNames,
java.util.List<Term.Raw> columnValues,
boolean ifNotExists)
A parsed
INSERT statement. |
UpdateStatement.ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
UpdateStatement.ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2014 The Apache Software Foundation