Home
last modified time | relevance | path

Searched refs:constructQuery (Results 1 – 2 of 2) sorted by relevance

/plugin/strata/syntax/
Dselect.php122 … list($result['query'], $variables) = $this->helper->constructQuery($tree, $typemap, $projection);
/plugin/strata/helper/
Dsyntax.php220 function constructQuery(&$root, &$typemap, $projection) { function in helper_plugin_strata_syntax