public class FirstLimitHandler extends LegacyFirstLimitHandler
| Modifier and Type | Field and Description |
|---|---|
static FirstLimitHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
processSql(String sql,
RowSelection selection)
Return processed SQL query.
|
supportsLimit, supportsLimitOffset, supportsVariableLimit, useMaxForLimitbindLimitParameters, bindLimitParametersAtEndOfQuery, bindLimitParametersAtStartOfQuery, bindLimitParametersFirst, bindLimitParametersInReverseOrder, convertToFirstRowValue, forceLimitUsage, getMaxOrLimit, setMaxRowspublic static final FirstLimitHandler INSTANCE
public String processSql(String sql, RowSelection selection)
LimitHandlerprocessSql in interface LimitHandlerprocessSql in class LegacyFirstLimitHandlersql - the SQL query to process.selection - the selection criteria for rows.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.