|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d2rq.db.op.DatabaseOp.Wrapper
org.d2rq.db.op.LimitOp
public class LimitOp
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.d2rq.db.op.DatabaseOp |
---|
DatabaseOp.Wrapper |
Field Summary | |
---|---|
static int |
NO_LIMIT
|
Fields inherited from interface org.d2rq.db.op.DatabaseOp |
---|
TRUE |
Method Summary | |
---|---|
void |
accept(OpVisitor visitor)
|
static int |
combineLimits(int limit1,
int limit2)
|
boolean |
equals(Object o)
|
int |
getLimit()
|
int |
getLimitInverse()
|
int |
hashCode()
|
static DatabaseOp |
limit(DatabaseOp tabular,
int limit,
int limitInverse)
|
static DatabaseOp |
swapLimits(DatabaseOp table)
Modifies a Tabular that has an inverse limit to apply the inverse limit as its limit. |
String |
toString()
|
Methods inherited from class org.d2rq.db.op.DatabaseOp.Wrapper |
---|
getColumns, getColumnType, getTableName, getUniqueKeys, getWrapped, hasColumn, isNullable |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NO_LIMIT
Method Detail |
---|
public static DatabaseOp limit(DatabaseOp tabular, int limit, int limitInverse)
public static DatabaseOp swapLimits(DatabaseOp table)
public static int combineLimits(int limit1, int limit2)
public int getLimit()
public int getLimitInverse()
public void accept(OpVisitor visitor)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |