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
Subclasses with type arguments of type TableOption in org.springframework.data.cassandra.core.cql.keyspaceModifier and TypeClassDescriptionenumEnumeration that represents all known table options.Methods in org.springframework.data.cassandra.core.cql.keyspace that return TableOptionModifier and TypeMethodDescriptionstatic @Nullable TableOptionTableOption.findByName(String optionName) Look upTableOptionby name using case-insensitive lookups.static 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 calls#with(TableOption, null)or#with(TableOption, true)if the option requires abooleanvalue.TableOptionsSpecification.with(TableOption option, Object value) Sets the given table option.