| Package | Description |
|---|---|
| org.apache.calcite.sql.util |
Utility classes for the SQL object model, parsing, and validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlBuilder |
SqlBuilder.append(char c)
Appends a character, without any quoting.
|
SqlBuilder |
SqlBuilder.append(long n)
Appends a number, per
StringBuilder.append(long). |
SqlBuilder |
SqlBuilder.append(SqlString s)
Appends a hygienic SQL string.
|
SqlBuilder |
SqlBuilder.append(String s)
Appends a string, without any quoting.
|
SqlBuilder |
SqlBuilder.identifier(List<String> names)
Appends a compound identifier to this buffer, quoting accordingly.
|
SqlBuilder |
SqlBuilder.identifier(String... names)
Appends one or more identifiers to this buffer, quoting accordingly.
|
SqlBuilder |
SqlBuilder.identifier(String name)
Appends an identifier to this buffer, quoting accordingly.
|
SqlBuilder |
SqlBuilder.insert(int offset,
String str)
Inserts the string into this character sequence.
|
SqlBuilder |
SqlBuilder.literal(String s)
Appends a string literal to this buffer.
|
SqlBuilder |
SqlBuilder.literal(Timestamp timestamp)
Appends a timestamp literal to this buffer.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.