| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
static TableOption |
TableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOption[] |
TableOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TableOptionsSpecification.with(TableOption option)
Convenience method that calls
with(option, null). |
CreateTableSpecification |
CreateTableSpecification.with(TableOption option) |
T |
TableOptionsSpecification.with(TableOption option,
Object value)
Sets the given table option.
|
CreateTableSpecification |
CreateTableSpecification.with(TableOption option,
Object value) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.