org.eigenbase.sql.parser
Class SqlParserUtil.ParsedCollation

java.lang.Object
  extended by org.eigenbase.sql.parser.SqlParserUtil.ParsedCollation
Enclosing class:
SqlParserUtil

public static class SqlParserUtil.ParsedCollation
extends Object


Field Summary
private  Charset charset
           
private  Locale locale
           
private  String strength
           
 
Constructor Summary
SqlParserUtil.ParsedCollation(Charset charset, Locale locale, String strength)
           
 
Method Summary
 Charset getCharset()
           
 Locale getLocale()
           
 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 Charset charset

locale

private final Locale locale

strength

private final String strength
Constructor Detail

SqlParserUtil.ParsedCollation

public SqlParserUtil.ParsedCollation(Charset charset,
                                     Locale locale,
                                     String strength)
Method Detail

getCharset

public Charset getCharset()

getLocale

public Locale getLocale()

getStrength

public String getStrength()