| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| org.springframework.data.cassandra.core.cql.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 |
|---|---|
PrimaryKeyType |
ColumnSpecification.getKeyType() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
TableSpecification.column(String name,
com.datastax.driver.core.DataType type,
PrimaryKeyType keyType)
Adds the given info as a new column to the table.
|
protected T |
TableSpecification.column(String name,
com.datastax.driver.core.DataType type,
PrimaryKeyType keyType,
Optional<Ordering> ordering)
Adds the given info as a new column to the table.
|
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.
|
ColumnSpecification |
ColumnSpecification.keyType(PrimaryKeyType keyType)
Sets the column's
ColumnSpecification.keyType. |
| Modifier and Type | Method and Description |
|---|---|
protected T |
TableSpecification.column(CqlIdentifier name,
com.datastax.driver.core.DataType type,
Optional<PrimaryKeyType> optionalKeyType,
Optional<Ordering> optionalOrdering) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.