Class MysqlLimitOffsetNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.LimitOffsetNode
org.apache.cayenne.dba.mysql.sqltree.MysqlLimitOffsetNode
- Since:
- 4.2
- 
Field SummaryFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.LimitOffsetNodelimit, offsetFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Nodechildren, childrenCount, parent, type
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.LimitOffsetNodeappend, equals, getLimit, getOffset, hashCodeMethods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.NodeaddChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
- 
Constructor Details- 
MysqlLimitOffsetNodepublic MysqlLimitOffsetNode(int limit, int offset) 
 
- 
- 
Method Details- 
copy- Overrides:
- copyin class- LimitOffsetNode
 
 
-