Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
CFDefinition |
CFMetaData.getCfDef() |
Modifier and Type | Field and Description |
---|---|
CFDefinition |
SelectStatement.cfDef |
Modifier and Type | Method and Description |
---|---|
static Selection |
Selection.fromSelectors(CFDefinition cfDef,
java.util.List<RawSelector> rawSelectors) |
RowMutation |
DeleteStatement.mutationForKey(CFDefinition cfDef,
java.nio.ByteBuffer key,
ColumnNameBuilder builder,
boolean isRange,
UpdateParameters params) |
static Selection |
Selection.wildcard(CFDefinition cfDef) |
Constructor and Description |
---|
SelectStatement(CFDefinition cfDef,
int boundTerms,
SelectStatement.Parameters parameters,
Selection selection) |
Copyright © 2013 The Apache Software Foundation