Static (query directive)

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search

Revision as of 10:48, 20 August 2009

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