| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SqlWriter.Frame |
SqlWriter.startFunCall(String funName)
Starts a list which is a call to a function.
|
SqlWriter.Frame |
SqlWriter.startList(SqlWriter.FrameTypeEnum frameType)
Starts a list with no opening string.
|
SqlWriter.Frame |
SqlWriter.startList(SqlWriter.FrameType frameType,
String open,
String close)
Starts a list.
|
SqlWriter.Frame |
SqlWriter.startList(String open,
String close)
Starts a list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlWriter.endFunCall(SqlWriter.Frame frame)
Ends a list which is a call to a function.
|
void |
SqlWriter.endList(SqlWriter.Frame frame)
Ends a list.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
SqlPrettyWriter.FrameImpl
Implementation of
SqlWriter.Frame. |
| Modifier and Type | Method and Description |
|---|---|
SqlWriter.Frame |
SqlPrettyWriter.startFunCall(String funName) |
SqlWriter.Frame |
SqlPrettyWriter.startList(SqlWriter.FrameTypeEnum frameType) |
SqlWriter.Frame |
SqlPrettyWriter.startList(SqlWriter.FrameType frameType,
String open,
String close) |
protected SqlWriter.Frame |
SqlPrettyWriter.startList(SqlWriter.FrameType frameType,
String keyword,
String open,
String close)
Starts a list.
|
SqlWriter.Frame |
SqlPrettyWriter.startList(String open,
String close) |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlPrettyWriter.endFunCall(SqlWriter.Frame frame) |
void |
SqlPrettyWriter.endList(SqlWriter.Frame frame) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.