Package io.stargate.sgv2.api.common.cql
Class ColumnUtils
java.lang.Object
io.stargate.sgv2.api.common.cql.ColumnUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringmaybeQuote(String text) Given the raw (as stored internally) text of an identifier, return its CQL representation.
-
Constructor Details
-
ColumnUtils
public ColumnUtils()
-
-
Method Details
-
maybeQuote
Given the raw (as stored internally) text of an identifier, return its CQL representation. That is, unless the text is full lowercase and use only characters allowed in unquoted identifiers, the result is double-quoted.
-