Static (query directive)
From WandoraWiki
(Difference between revisions)
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | Returns the provided result rows. This is similar to Literals but whereas Literals returns rows with single column and string values, this can return rows with any number of columns and any kind of values. | + | Returns the provided result rows. This is similar to [[Literals (query directive) |Literals]] but whereas Literals returns rows with a single column and string values, this can return rows with any number of columns and any kind of values. |
== Constructor == | == Constructor == |
Latest revision as of 13:24, 25 August 2009
[edit] Description
Returns the provided result rows. This is similar to Literals but whereas Literals returns rows with a single column and string values, this can return rows with any number of columns and any kind of values.
[edit] Constructor
Static(ResultRow row) - Directive will return a single row.
Static(ArrayList<ResultRow> rows) - Directive will return the rows in the provided list.