Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.marshal |
Modifier and Type | Class and Description |
---|---|
static class |
CQL3Type.Collection |
static class |
CQL3Type.Custom |
static class |
CQL3Type.Native |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Collection |
CQL3Type.Collection.list(CQL3Type t) |
static CQL3Type.Collection |
CQL3Type.Collection.map(CQL3Type t1,
CQL3Type t2) |
static CQL3Type.Collection |
CQL3Type.Collection.set(CQL3Type t) |
Constructor and Description |
---|
TypeCast(CQL3Type type,
Term.Raw term) |
Modifier and Type | Field and Description |
---|---|
CQL3Type |
AlterTableStatement.validator |
Modifier and Type | Method and Description |
---|---|
void |
CreateColumnFamilyStatement.RawStatement.addDefinition(ColumnIdentifier def,
CQL3Type type) |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier columnName,
CQL3Type validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier,ColumnIdentifier> renames) |
Modifier and Type | Method and Description |
---|---|
CQL3Type |
AbstractType.asCQL3Type() |
CQL3Type |
AsciiType.asCQL3Type() |
CQL3Type |
BooleanType.asCQL3Type() |
CQL3Type |
BytesType.asCQL3Type() |
CQL3Type |
CollectionType.asCQL3Type() |
CQL3Type |
CounterColumnType.asCQL3Type() |
CQL3Type |
DateType.asCQL3Type() |
CQL3Type |
DecimalType.asCQL3Type() |
CQL3Type |
DoubleType.asCQL3Type() |
CQL3Type |
FloatType.asCQL3Type() |
CQL3Type |
InetAddressType.asCQL3Type() |
CQL3Type |
Int32Type.asCQL3Type() |
CQL3Type |
IntegerType.asCQL3Type() |
CQL3Type |
LongType.asCQL3Type() |
CQL3Type |
ReversedType.asCQL3Type() |
CQL3Type |
TimeUUIDType.asCQL3Type() |
CQL3Type |
UTF8Type.asCQL3Type() |
CQL3Type |
UUIDType.asCQL3Type() |
Copyright © 2013 The Apache Software Foundation