Class SqlParserUtil.ParsedCollation

java.lang.Object
org.apache.calcite.sql.parser.SqlParserUtil.ParsedCollation
Enclosing class:
SqlParserUtil

public static class SqlParserUtil.ParsedCollation extends Object
The components of a collation definition, per the SQL standard.
  • Constructor Details

  • Method Details

    • getCharset

      public Charset getCharset()
    • getLocale

      public Locale getLocale()
    • getStrength

      public String getStrength()