| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dml.insert | |
| com.exasol.sql.dml.insert.rendering | |
| com.exasol.sql.dql.select | |
| com.exasol.sql.dql.select.rendering |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTable.accept(TableValuesVisitor visitor) |
void |
Table.accept(TableValuesVisitor visitor) |
void |
Field.accept(TableValuesVisitor visitor) |
void |
ValueTableRow.accept(TableValuesVisitor visitor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InsertVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertRenderer
The
InsertRenderer turns SQL statement structures in to SQL strings. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectRenderer
The
SelectRenderer turns SQL statement structures in to SQL strings. |
Copyright © 2018–2019. All rights reserved.