See: Description
Interface | Description |
---|---|
LimitHandler |
Contract defining dialect-specific LIMIT clause handling.
|
Class | Description |
---|---|
AbstractLimitHandler |
Default implementation of
LimitHandler interface. |
CUBRIDLimitHandler |
Limit handler for CUBRID
|
FirstLimitHandler | |
LegacyLimitHandler |
Limit handler that delegates all operations to the underlying dialect.
|
LimitHelper |
A helper for dealing with LimitHandler implementations
|
NoopLimitHandler |
Handler not supporting query LIMIT clause.
|
SQL2008StandardLimitHandler |
LIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.
|
SQLServer2005LimitHandler |
LIMIT clause handler compatible with SQL Server 2005 and later.
|
TopLimitHandler |
Copyright © 2017 JBoss by Red Hat. All rights reserved.