| Interface | Description |
|---|---|
| ColumnDefinitionVisitor | |
| Fragment |
This is the common interface for all fragments of SQL statements.
|
| SqlStatement |
This interface represents an SQL statement.
|
| ValueTableVisitor |
| Class | Description |
|---|---|
| AbstractFragment |
Common base class for SQL statement fragments
|
| Column |
This class represents a column in an SQL statement
|
| ColumnsDefinition |
This class represents a list of column definitions in an SQL statement.
|
| ColumnsDefinition.Builder |
A builder for
ColumnsDefinition. |
| DerivedColumn |
This class represents a derived column in an SQL query.
|
| StatementFactory |
The
StatementFactory implements an factory for SQL statements. |
| Table |
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–2021. All rights reserved.