Uses of Enum Class
org.springframework.data.cassandra.core.cql.PrimaryKeyType
Package
Description
CQL core support.
Keyspace object action specifications such as
CREATE TABLE
, DROP INDEX
.-
Uses of PrimaryKeyType in org.springframework.data.cassandra.core.cql
Modifier and TypeMethodDescriptionstatic PrimaryKeyType
Returns the enum constant of this class with the specified name.static PrimaryKeyType[]
PrimaryKeyType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrimaryKeyType in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeMethodDescriptionprotected T
TableSpecification.column
(String name, com.datastax.oss.driver.api.core.type.DataType type, PrimaryKeyType keyType) Adds the given info as a new column to the table.protected T
TableSpecification.column
(String name, com.datastax.oss.driver.api.core.type.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.oss.driver.api.core.type.DataType type, PrimaryKeyType keyType, Ordering ordering) Adds the given info as a new column to the table.ColumnSpecification.keyType
(PrimaryKeyType keyType) Sets the column'sColumnSpecification.keyType
.