| Interface | Description |
|---|---|
| Query |
It represents a query object allowing either to build a SQL query string,
or to prepare a
PreparedStatement object. |
| Class | Description |
|---|---|
| AbstractQuery |
Standard implementation of
Query. |
| Keywords |
Collection of key words are used by Queryman to build SQL query.
|
| Operators |
Collection of operators which can be used in different conditions.
|
| Queryman |
The entry point to all parts of PostgreSQL clauses.
|