|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.expression.XQueryOrderBy
public class XQueryOrderBy
XQuery Interpreter OrderByClause.
Constructor Summary | |
---|---|
XQueryOrderBy(PositionInfo pos,
java.util.List<XQueryOrderSpec> ssl)
Constructor |
|
XQueryOrderBy(PositionInfo pos,
java.util.List<XQueryOrderSpec> ssl,
boolean stable)
Constructor |
Method Summary | |
---|---|
java.util.List<XQueryOrderSpec> |
getOrderSpecLists()
Method getSortSpecLists |
boolean |
isStable()
Method isStable |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryOrderBy(PositionInfo pos, java.util.List<XQueryOrderSpec> ssl, boolean stable)
column
- an intline
- an intssl
- a Liststable
- a booleanpublic XQueryOrderBy(PositionInfo pos, java.util.List<XQueryOrderSpec> ssl)
column
- an intline
- an intssl
- a ListMethod Detail |
---|
public java.util.List<XQueryOrderSpec> getOrderSpecLists()
public boolean isStable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |