| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dql | |
| com.exasol.sql.expression | |
| com.exasol.sql.rendering |
| Modifier and Type | Class and Description |
|---|---|
class |
UnnamedPlaceholder
This class implements a nameless placeholder ("?") in an SQL statement
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueExpression> |
ValueTableRow.getExpressions()
Get the list of expressions the row consists of
|
| Modifier and Type | Method and Description |
|---|---|
ValueTableRow.Builder |
ValueTableRow.Builder.add(List<ValueExpression> expressions)
Add a list of expressions to the
ValueTableRow |
| Constructor and Description |
|---|
ValueTableRow(Fragment root,
ValueExpression... expressions)
Create a value table row from a list of expressions
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueExpression
Abstract base class for all types of value expressions
|
class |
IntegerLiteral
This class represents integer literals (or character literals in SQL terms).
|
class |
StringLiteral
This class represents string literals (or character literals in SQL terms).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFragmentRenderer.appendRenderedValueExpression(ValueExpression expression) |
Copyright © 2018–2019. All rights reserved.