Home
last modified time | relevance | path

Searched refs:addSelectStatement (Results 1 – 12 of 12) sorted by relevance

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