public class Limit extends Object implements SqlStruct
Limit()
Limit(EzQuery<?> query, int skip, int size)
Limit(int skip, int size)
EzQuery<?>
getQuery()
int
getSize()
getSkip()
void
setQuery(EzQuery<?> query)
setSize(int size)
setSkip(int skip)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Limit(EzQuery<?> query, int skip, int size)
public Limit(int skip, int size)
public Limit()
public int getSkip()
public void setSkip(int skip)
public int getSize()
public void setSize(int size)
public EzQuery<?> getQuery()
public void setQuery(EzQuery<?> query)
Copyright © 2023. All Rights Reserved.