Uses of Class
org.apache.cassandra.cql3.selection.Selectable.RawIdentifier
Packages that use Selectable.RawIdentifier
-
Uses of Selectable.RawIdentifier in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return Selectable.RawIdentifierModifier and TypeMethodDescriptionstatic Selectable.RawIdentifierCreates aRawIdentifierfrom a quoted identifier string.static Selectable.RawIdentifierSelectable.RawIdentifier.forUnquoted(String text) Creates aRawIdentifierfrom an unquoted identifier string.Constructors in org.apache.cassandra.cql3.selection with parameters of type Selectable.RawIdentifierModifierConstructorDescriptionRaw(Selectable.RawIdentifier column, Selectable.Raw selected, Selectable.WritetimeOrTTL.Kind kind)