Static (query directive)

From WandoraWiki
Revision as of 12:24, 25 August 2009 by Olli (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Constructor

Static(ResultRow row) - Directive will return a single row.

Static(ArrayList<ResultRow> rows) - Directive will return the rows in the provided list.

Personal tools