| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.ddl | |
| com.exasol.sql.ddl.rendering | |
| com.exasol.sql.dml | |
| com.exasol.sql.dml.rendering | |
| com.exasol.sql.dql | |
| com.exasol.sql.dql.rendering |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueTableVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericFragment.accept(FragmentVisitor visitor)
Accept a generic fragment visitor
|
void |
Table.accept(FragmentVisitor visitor) |
void |
Field.accept(FragmentVisitor visitor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateTableVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableRenderer
The
CreateTableRenderer turns SQL statement structures in to SQL strings. |
| 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.