Home
last modified time | relevance | path

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

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