This parameter is returned from 'start-query', and used
as input parameter to the other functions.
query-handle
query-handle
This parameter is returned from 'start-query', and used
as input parameter to the other functions.
query-result
result
These parameters are returned from the 'fetch-query-result'
function.
query-result
result
These parameters are returned from the 'fetch-query-result'
function.
reset-query-parameters
query-handleoffset timeout
Input parameters to the 'reset-query' function.
reset-query-parameters
query-handleoffset timeout
Input parameters to the 'reset-query' function.
start-query-parameters
foreach select sort-by limit offset timeout
The following parameters are used to start a query.
On a high level, the query is evaluated as:
foreach <expr> select <exprs> [sort-by <exprs>]
Each expression is an XPath 1.0 expression.
The 'foreach' expression returns a set of nodes, e.g., all
interfaces that are enabled. This node-set is optionally
sorted according to the 'sort-by' expressions. From the
(sorted) node-set, each 'select' expression is evaluated, and
all these results are returned from the query.
start-query-parameters
foreach select sort-by limit offset timeout
The following parameters are used to start a query.
On a high level, the query is evaluated as:
foreach <expr> select <exprs> [sort-by <exprs>]
Each expression is an XPath 1.0 expression.
The 'foreach' expression returns a set of nodes, e.g., all
interfaces that are enabled. This node-set is optionally
sorted according to the 'sort-by' expressions. From the
(sorted) node-set, each 'select' expression is evaluated, and
all these results are returned from the query.