|
||||||||||
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.XQueryOrderSpec
public class XQueryOrderSpec
XQuery Interpreter SortSpecList.
Constructor Summary | |
---|---|
XQueryOrderSpec(PositionInfo pos,
XQueryExpression xo)
Constructor |
|
XQueryOrderSpec(PositionInfo pos,
XQueryExpression xo,
boolean ascending,
boolean emptyGreatest,
java.lang.String collation)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getCollation()
Method getCollation |
XQueryExpression |
getExpression()
Method getExpression |
boolean |
isAscending()
Method isAscending |
boolean |
isEmptyGreatest()
Method isEmptyGreatest |
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 XQueryOrderSpec(PositionInfo pos, XQueryExpression xo)
column
- an intline
- an intxo
- a XQueryExpressionpublic XQueryOrderSpec(PositionInfo pos, XQueryExpression xo, boolean ascending, boolean emptyGreatest, java.lang.String collation)
column
- an intline
- an intxo
- a XQueryExpressionascending
- a booleanemptyGreatest
- a booleancollation
- a StringMethod Detail |
---|
public XQueryExpression getExpression()
public boolean isAscending()
public boolean isEmptyGreatest()
public java.lang.String getCollation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |