| 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 | Class and Description |
|---|---|
static class |
SqlWriter.FrameTypeEnum
Enumerates the types of frame.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlWriter.FrameType |
SqlWriter.FrameTypeEnum.create(String name)
Creates a frame type.
|
| Modifier and Type | Method and Description |
|---|---|
SqlWriter.Frame |
SqlWriter.startList(SqlWriter.FrameType frameType,
String open,
String close)
Starts a list.
|
| Modifier and Type | Method and Description |
|---|---|
protected SqlPrettyWriter.FrameImpl |
SqlPrettyWriter.createListFrame(SqlWriter.FrameType frameType,
String keyword,
String open,
String close)
Creates a list frame.
|
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.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.