| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
RexLiteral |
RexBuilder.makeCharLiteral(NlsString str)
Creates a character string literal from an
NlsString. |
| Modifier and Type | Method and Description |
|---|---|
NlsString |
SqlCharStringLiteral.getNlsString() |
| Modifier and Type | Method and Description |
|---|---|
static RelDataType |
SqlUtil.createNlsStringType(RelDataTypeFactory typeFactory,
NlsString str)
Creates the type of an
NlsString. |
| Constructor and Description |
|---|
SqlCharStringLiteral(NlsString val,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static NlsString |
NlsString.concat(List<NlsString> args)
Concatenates some
NlsString objects. |
NlsString |
NlsString.copy(String value)
Creates a copy of this
NlsString with different content but same
charset and collation. |
NlsString |
NlsString.rtrim()
Returns a string the same as this but with spaces trimmed from the
right.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NlsString.compareTo(NlsString other) |
| Modifier and Type | Method and Description |
|---|---|
static NlsString |
NlsString.concat(List<NlsString> args)
Concatenates some
NlsString objects. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.