| Interface | Description |
|---|---|
| ExpressionAsStep |
Expression AS step.
|
| ExpressionCastStep | |
| Token |
A PostgreSQL token can be a key word, an identifier, an operator, any of
constants, an operator.
|
| Class | Description |
|---|---|
| AbstractToken | |
| Expression |
The expression is a main part of query.
|
| Keyword |
PostgreSQL keyword.
|
| Operator |
PostgreSQL operators.
|
| PreparedExpression<T> |
Any prepared expression behaves itself as a simple string in case, when
it is used in SQL string.
|