Home
last modified time | relevance | path

Searched refs:getExecutableSql (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/syntax/
H A Diterator.php416 $executableSql = $pageSql->getExecutableSql();
464 LogUtility::debug("The physical query (Sql: {$pageSql->getExecutableSql()}, Parameters: $parametersString) does not return any data", syntax_plugin_combo_iterator::CANONICAL);
/plugin/combo/ComboStrap/
H A DPageSql.php68 public function getExecutableSql(): string function in ComboStrap\\PageSql