Uses of Class
org.apache.cassandra.cql3.selection.Selectable.RawIdentifier
-
Packages that use Selectable.RawIdentifier Package Description org.apache.cassandra.cql3.selection -
-
Uses of Selectable.RawIdentifier in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return Selectable.RawIdentifier Modifier and Type Method Description static Selectable.RawIdentifierSelectable.RawIdentifier. forQuoted(java.lang.String text)Creates aRawIdentifierfrom a quoted identifier string.static Selectable.RawIdentifierSelectable.RawIdentifier. forUnquoted(java.lang.String text)Creates aRawIdentifierfrom an unquoted identifier string.Constructors in org.apache.cassandra.cql3.selection with parameters of type Selectable.RawIdentifier Constructor Description Raw(Selectable.RawIdentifier id, boolean isWritetime)
-