Class SqlParserUtil.ParsedCollation

  • Enclosing class:
    SqlParserUtil

    public static class SqlParserUtil.ParsedCollation
    extends java.lang.Object
    The components of a collation definition, per the SQL standard.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.charset.Charset charset  
      private java.util.Locale locale  
      private java.lang.String strength  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParsedCollation​(java.nio.charset.Charset charset, java.util.Locale locale, java.lang.String strength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.charset.Charset getCharset()  
      java.util.Locale getLocale()  
      java.lang.String getStrength()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • charset

        private final java.nio.charset.Charset charset
      • locale

        private final java.util.Locale locale
      • strength

        private final java.lang.String strength
    • Constructor Detail

      • ParsedCollation

        public ParsedCollation​(java.nio.charset.Charset charset,
                               java.util.Locale locale,
                               java.lang.String strength)
    • Method Detail

      • getCharset

        public java.nio.charset.Charset getCharset()
      • getLocale

        public java.util.Locale getLocale()
      • getStrength

        public java.lang.String getStrength()