Uses of Enum Class
org.apache.cassandra.cql3.selection.Selectable.WritetimeOrTTL.Kind
Packages that use Selectable.WritetimeOrTTL.Kind
-
Uses of Selectable.WritetimeOrTTL.Kind in org.apache.cassandra.cql3.selection
Fields in org.apache.cassandra.cql3.selection declared as Selectable.WritetimeOrTTL.KindMethods in org.apache.cassandra.cql3.selection that return Selectable.WritetimeOrTTL.KindModifier and TypeMethodDescriptionSelectable.WritetimeOrTTL.Kind.fromOrdinal(int ordinal) Returns the enum constant of this class with the specified name.static Selectable.WritetimeOrTTL.Kind[]Selectable.WritetimeOrTTL.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.cql3.selection with parameters of type Selectable.WritetimeOrTTL.KindModifierConstructorDescriptionRaw(Selectable.RawIdentifier column, Selectable.Raw selected, Selectable.WritetimeOrTTL.Kind kind) WritetimeOrTTL(ColumnMetadata column, Selectable selectable, Selectable.WritetimeOrTTL.Kind kind)