| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlCharStringLiteral |
SqlLiteral.createCharString(String s,
SqlParserPos pos)
Creates a string literal in the system character set.
|
static SqlCharStringLiteral |
SqlLiteral.createCharString(String s,
String charSet,
SqlParserPos pos)
Creates a string literal, with optional character-set.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.