Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Modifier and Type | Class and Description |
---|---|
static class |
CQL3Type.Collection |
static class |
CQL3Type.Custom |
static class |
CQL3Type.Native |
static class |
CQL3Type.Tuple |
static class |
CQL3Type.UserDefined |
Modifier and Type | Method and Description |
---|---|
abstract CQL3Type |
CQL3Type.Raw.prepare(java.lang.String keyspace) |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Raw |
CQL3Type.Raw.from(CQL3Type type) |
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 |
TimestampType.asCQL3Type() |
CQL3Type |
TupleType.asCQL3Type() |
CQL3Type |
UTF8Type.asCQL3Type() |
CQL3Type |
UUIDType.asCQL3Type() |
CQL3Type |
UserType.asCQL3Type() |
Copyright © 2020 The Apache Software Foundation