MCPcopy Create free account
hub / github.com/fast-sql/FastSQL / queryPage

Method queryPage

src/main/java/top/fastsql/SQL.java:1074–1086  ·  view source on GitHub ↗

查询结果页 page 小于等于0 查询数量 perPage 小于等于 0 仅查询条数 @param page 第几页 从1开始 @param perPage 每页几条 最小为1 @param returnClassType 返回的结果类型 @return 返回的结果页

(int page, int perPage, Class<T> returnClassType)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testPage0Method · 0.45
testPerPage0Method · 0.45

Calls 3

checkNullMethod · 0.95
getRowMapperMethod · 0.95
toStringMethod · 0.45

Tested by 2

testPage0Method · 0.36
testPerPage0Method · 0.36