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.RawIdentifier
Selectable.RawIdentifier. forQuoted(java.lang.String text)
Creates aRawIdentifier
from a quoted identifier string.static Selectable.RawIdentifier
Selectable.RawIdentifier. forUnquoted(java.lang.String text)
Creates aRawIdentifier
from 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)
-