| Interface | Description |
|---|---|
| Fragment |
This is the common interface for all fragments of SQL statements.
|
| FragmentVisitor |
This interface represents a visitor for SQL statement fragments.
|
| GenericFragment |
Common interface for all SQL statement fragments which are used in multiple types of statements, like tables and
fields.
|
| SqlStatement |
This interface represents an SQL statement.
|
| TableReference |
| Class | Description |
|---|---|
| AbstractFragment |
Common base class for SQL statement fragments
|
| Field |
This class represents a table field in an SQL statement.
|
| StatementFactory |
The
StatementFactory implements an factory for SQL statements. |
| Table |
This class represents a
Table in an SQL Statement |
| UnnamedPlaceholder |
Copyright © 2018. All rights reserved.