|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GFLWOR.Clause | |
---|---|
org.basex.query.gflwor |
Uses of GFLWOR.Clause in org.basex.query.gflwor |
---|
Subclasses of GFLWOR.Clause in org.basex.query.gflwor | |
---|---|
class |
Count
GFLWOR count clause. |
class |
For
FLWOR for clause, iterating over a sequence. |
class |
GroupBy
The GFLWOR group by expression. |
class |
Let
FLWOR let clause, binding an expression to a variable. |
class |
OrderBy
FLWOR order by -expression. |
class |
Where
GFLWOR where clause, filtering tuples not satisfying the predicate. |
class |
Window
the GFLWOR window clause. |
Constructor parameters in org.basex.query.gflwor with type arguments of type GFLWOR.Clause | |
---|---|
GFLWOR(InputInfo ii,
java.util.LinkedList<GFLWOR.Clause> cls,
Expr rt)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |