| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.pretty |
Provides a pretty-printer for SQL statements.
|
| org.apache.calcite.sql.util |
Utility classes for the SQL object model, parsing, and validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlString |
SqlWriter.toSqlString()
Returns the contents of this writer as a 'certified kocher' SQL string.
|
SqlString |
SqlNode.toSqlString(SqlDialect dialect) |
SqlString |
SqlNode.toSqlString(SqlDialect dialect,
boolean forceParens)
Returns the SQL text of the tree of which this
SqlNode is
the root. |
| Modifier and Type | Method and Description |
|---|---|
SqlString |
SqlPrettyWriter.toSqlString() |
| Modifier and Type | Method and Description |
|---|---|
SqlString |
SqlBuilder.toSqlString()
Returns the contents of this SQL buffer as a 'certified kocher' SQL
string.
|
| Modifier and Type | Method and Description |
|---|---|
SqlBuilder |
SqlBuilder.append(SqlString s)
Appends a hygienic SQL string.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.