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, visit
public QuotingAppendable append(QuotingAppendable buffer)
public int getLimit()
public int getOffset()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.