| Interface | Description |
|---|---|
| Fragment |
This is the common interface for all fragments of SQL statements.
|
| SqlStatement |
This interface represents an SQL statement.
|
| TableValuesVisitor |
| 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 |
This class implements a nameless placeholder ("?") in an SQL statement
|
| ValueTable |
Value tables are pseudo-tables constructed from rows and columns of expressions (e.g.
|
| ValueTableRow |
This class represents a row in a
ValueTable. |
| ValueTableRow.Builder |
Builder for
ValueTableRows |
Copyright © 2018–2019. All rights reserved.