public abstract class AbstractLimitHandler extends LimitHandler
| 构造器和说明 |
|---|
AbstractLimitHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
bindLimitParametersAtEndOfQuery(RowSelection selection,
PreparedStatement statement,
int index) |
int |
bindLimitParametersAtStartOfQuery(RowSelection selection,
PreparedStatement statement,
int index) |
protected long |
convertToFirstRowValue(long zeroBasedFirstResult) |
protected int |
getMaxOrLimit(RowSelection selection) |
void |
setMaxRows(RowSelection selection,
PreparedStatement statement) |
getDialect, getLimitString, getLimitString, processSql, setDialectprotected long convertToFirstRowValue(long zeroBasedFirstResult)
public int bindLimitParametersAtStartOfQuery(RowSelection selection, PreparedStatement statement, int index) throws SQLException
bindLimitParametersAtStartOfQuery 在类中 LimitHandlerSQLExceptionpublic int bindLimitParametersAtEndOfQuery(RowSelection selection, PreparedStatement statement, int index) throws SQLException
bindLimitParametersAtEndOfQuery 在类中 LimitHandlerSQLExceptionpublic void setMaxRows(RowSelection selection, PreparedStatement statement) throws SQLException
setMaxRows 在类中 LimitHandlerSQLExceptionprotected final int getMaxOrLimit(RowSelection selection)
Copyright © 2020. All rights reserved.