Class ColumnUtils

java.lang.Object
io.stargate.sgv2.api.common.cql.ColumnUtils

public class ColumnUtils extends Object
  • Constructor Details

    • ColumnUtils

      public ColumnUtils()
  • Method Details

    • maybeQuote

      public static String maybeQuote(String text)
      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.