public class PageableQueryImpl extends PageableSlice<Tuple> implements PageableQuery<Tuple>
| 限定符和类型 | 字段和说明 |
|---|---|
private PreparedStatementCallback |
callback |
private ConnectionFactory |
connectionFactory |
private PageableSql |
pageableSql |
pageNumber| 构造器和说明 |
|---|
PageableQueryImpl(ConnectionFactory connectionFactory,
PageableSql pageableSql,
PreparedStatementCallback callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Cursor<Tuple> |
cursor(int maxResults,
int firstResult) |
int |
rowCount() |
getPageNumber, listclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, listprivate final ConnectionFactory connectionFactory
private final PageableSql pageableSql
private final PreparedStatementCallback callback
public PageableQueryImpl(ConnectionFactory connectionFactory, PageableSql pageableSql, PreparedStatementCallback callback)
Copyright © 2020. All rights reserved.