| Package | Description |
|---|---|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlParser |
SqlParser.create(String s)
Creates a
SqlParser to parse the given string using
Calcite's parser implementation. |
static SqlParser |
SqlParser.create(String sql,
SqlParser.Config config)
Creates a
SqlParser to parse the given string using the
parser implementation created from given SqlParserImplFactory
with given quoting syntax and casing policies for identifiers. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.