Static (query directive)
From WandoraWiki
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.