public class LimitOffsetNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected int |
limit |
protected int |
offset |
children, childrenCount, parent, type| Constructor and Description |
|---|
LimitOffsetNode(int limit,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
QuotingAppendable |
append(QuotingAppendable buffer) |
Node |
copy() |
int |
getLimit() |
int |
getOffset() |
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visitpublic QuotingAppendable append(QuotingAppendable buffer)
public int getLimit()
public int getOffset()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.