| 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 | |
| ValueTableVisitor |
| Class | Description |
|---|---|
| AbstractFragment |
Common base class for SQL statement fragments
|
| Column |
This class represents a column in an SQL statement.
|
| 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 |
This class implements a nameless placeholder ("?") in an SQL statement
|
Copyright © 2018–2019. All rights reserved.