| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Resources.PropertyAccessor.stringValue(Resources.StringProp p) |
String |
Resources.EmptyPropertyAccessor.stringValue(Resources.StringProp p) |
String |
Resources.PropertiesAccessor.stringValue(Resources.StringProp p) |
String |
Resources.PropertyAccessor.stringValue(Resources.StringProp p,
String defaultValue) |
String |
Resources.EmptyPropertyAccessor.stringValue(Resources.StringProp p,
String defaultValue) |
String |
Resources.PropertiesAccessor.stringValue(Resources.StringProp p,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Resources.StringProp |
SaffronProperties.defaultCharset()
The string property "saffron.default.charset" is the name of the default
character set.
|
Resources.StringProp |
SaffronProperties.defaultCollation()
The string property "saffron.default.collation.name" is the name of the
default collation.
|
Resources.StringProp |
SaffronProperties.defaultCollationStrength()
The string property "saffron.default.collation.strength" is the strength
of the default collation.
|
Resources.StringProp |
SaffronProperties.defaultNationalCharset()
The string property "saffron.default.nationalcharset" is the name of the
default national character set which is used with the N'string' construct
which may or may not be different from the
SaffronProperties.defaultCharset(). |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.