Static (query directive)

From WandoraWiki
Revision as of 09:48, 20 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 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