| Interface | Description |
|---|---|
| QueryBuilder.Appendable<T> | |
| QueryBuilder.CanGroupBy | |
| QueryBuilder.CanLimit | |
| QueryBuilder.CanOrder | |
| QueryBuilder.HasEndClause<T extends QueryBuilder.EndClause> | |
| QueryBuilder.HasInitClause<T extends QueryBuilder.InitClause> |
| Class | Description |
|---|---|
| AnsiSQLBeanSession |
The bean session implementation based on JDBC and SQL.
|
| FirebirdBeanSession |
Firebird support.
|
| H2BeanSession |
H2 supports AUTOINCREMENT and SEQUENCE fields.
|
| MySQLBeanSession |
MySQL only supports auto-increment.
|
| OracleBeanSession |
When using limit, Oracle will NOT sort first before limiting, so a trick must be used.
|
| PostgreSQLBeanSession |
Now in PostgreSQL is 'current_timestamp'.
|
| QueryBuilder |
Fluent QueryBuilder useful to create SQL queries
|
Copyright © 2016. All Rights Reserved.