x-ream / sqli

orm sql query builder, API: QB, QB.X, QrB

Home Page:http://sqli.xream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sim-wangyan opened this issue · comments

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