public class Limit extends BaseASTNode implements DefaultDSLQuery
| Constructor and Description |
|---|
Limit(LimitStep limitStep,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener) |
int |
getEnd() |
int |
getStart() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitas, union, unionAllpublic Limit(LimitStep limitStep, int start, int end)
public int getEnd()
public int getStart()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode