| AltibaseLimitHandler |
|
| FirstLimitHandler |
A LimitHandler for older versions of Informix, Ingres,
and TimesTen, which supported the syntax SELECT FIRST n.
|
| FirstSkipLimitHandler |
A LimitHandler for Firebird 2.5 and older which supports the syntax
FIRST n SKIP m.
|
| IngresLimitHandler |
A LimitHandler for Ingres.
|
| RowsLimitHandler |
A LimitHandler that works in Interbase and Firebird,
using the syntax ROWS n and ROWS m TO n.
|
| SkipFirstLimitHandler |
A LimitHandler for Informix which supports the syntax
SKIP m FIRST n.
|
| TimesTenLimitHandler |
A LimitHandler for TimesTen, which uses ROWS n,
but at the start of the query instead of at the end.
|