Uses of Enum Class
org.springframework.data.cassandra.core.cql.keyspace.TableOption
Packages that use TableOption
Package
Description
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of TableOption in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return TableOptionModifier and TypeMethodDescriptionstatic TableOptionReturns the enum constant of this class with the specified name.static TableOptionTableOption.valueOfIgnoreCase(String optionName) Look upTableOptionby name using case-insensitive lookups.static TableOption[]TableOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.cassandra.core.cql.keyspace with parameters of type TableOptionModifier and TypeMethodDescriptionCreateTableSpecification.with(TableOption option) CreateTableSpecification.with(TableOption option, Object value) TableOptionsSpecification.with(TableOption option) Convenience method that callswith(option, null).TableOptionsSpecification.with(TableOption option, Object value) Sets the given table option.