|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.xquery.expr.Order
public final class Order
Order by expression.
Constructor Summary | |
---|---|
Order(Ord[] e)
Constructor. |
Method Summary | |
---|---|
void |
add(XQContext ctx)
Adds the items to be sorted. |
void |
comp(XQContext ctx)
Compiles the expressions to be sorted. |
Iter |
iter(SeqIter sq)
Returns an array with the item order. |
void |
plan(Serializer ser)
Serializes the abstract syntax tree. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Order(Ord[] e)
e
- expressionsMethod Detail |
---|
public void comp(XQContext ctx) throws XQException
ctx
- query context
XQException
- evaluation exceptionpublic void add(XQContext ctx) throws XQException
ctx
- query context
XQException
- evaluation exceptionpublic Iter iter(SeqIter sq)
sq
- temporary sequence
public java.lang.String toString()
toString
in class java.lang.Object
public void plan(Serializer ser) throws java.io.IOException
ser
- serializer
java.io.IOException
- exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |