Package | Description |
---|---|
org.basex.query.expr.gflwor |
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
GFLWOR(InputInfo info,
LinkedList<GFLWOR.Clause> clauses,
Expr ret)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.