public static class SqlParserUtil.ParsedCollation extends Object
| Modifier and Type | Field and Description |
|---|---|
private Charset |
charset |
private Locale |
locale |
private String |
strength |
| Constructor and Description |
|---|
ParsedCollation(Charset charset,
Locale locale,
String strength) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
Locale |
getLocale() |
String |
getStrength() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.