| Package | Description |
|---|---|
| org.springframework.cassandra.core |
CQL core support.
|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
static PrimaryKeyType |
PrimaryKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimaryKeyType[] |
PrimaryKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PrimaryKeyType.compare(PrimaryKeyType l,
PrimaryKeyType r) |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeyType |
ColumnSpecification.getKeyType() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
TableSpecification.column(CqlIdentifier name,
com.datastax.driver.core.DataType type,
PrimaryKeyType keyType,
Ordering ordering) |
protected T |
TableSpecification.column(String name,
com.datastax.driver.core.DataType type,
PrimaryKeyType keyType,
Ordering ordering)
Adds the given info as a new column to the table.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.