Home
last modified time | relevance | path

Searched refs:addSelectStatement (Results 1 – 11 of 11) sorted by last modified time

/plugin/struct/meta/
H A DAccessTable.php522 $QB->addSelectStatement("GROUP_CONCAT_DISTINCT($sel, '$sep')", $outname);
H A DQueryBuilder.php64 public function addSelectStatement($statement, $alias) function in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
H A DSearch.php
H A DSearchCloud.php79 $QB->addSelectStatement("COUNT($colname)", 'count');
/plugin/struct/types/
H A DAutoSummary.php23 $QB->addSelectStatement("$rightalias.lastsummary", $alias);
H A DDateTime.php116 $QB->addSelectStatement($col, $alias);
H A DLookup.php254 $QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $sql)", $alias);
H A DPage.php132 $QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $rightalias.title)", $alias);
H A DUser.php128 $QB->addSelectStatement("$rightalias.lasteditor", $alias);
/plugin/structstatus/
H A DStatus.php140 …$QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $field_status, $field_color, $field_ico…
/plugin/structat/meta/
H A DSearchConfigAt.php128 $QB->addSelectStatement("GROUP_CONCAT($sel, '$sep')", $CN);