x-ream / sqli

orm sql query builder, API: QB, QB.X, QrB
http://sqli.xream.io
Apache License 2.0
1.9k stars 813 forks source link

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

Closed sim-wangyan closed 3 years ago

sim-wangyan commented 3 years ago

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