x-ream/sqli

Add API: builder.paged().last(long last)

sim-wangyan opened this issue · 0 comments

last(long last):
if last != 0
where orderBy > last ... LIMIT ... (ASC)
where orderBy < last ... LIMIT ... (DESC)
else
OFFSET ...