Home
last modified time | relevance | path

Searched refs:addGroupByColumn (Results 1 – 4 of 4) sorted by relevance

/plugin/struct/_test/
H A DQueryBuilderOtherTest.php45 $qb->addGroupByColumn('T1', 'foo');
63 $qb->addGroupByColumn('T2', 'foo');
/plugin/struct/meta/
H A DQueryBuilder.php151 public function addGroupByColumn($tablealias, $column) function in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
163 * @see addGroupByColumn but accepts an arbitrary statement
H A DSearchSQLBuilder.php69 $this->qb->addGroupByColumn($datatable, 'pid');
70 $this->qb->addGroupByColumn($datatable, 'rid');
/plugin/structat/meta/
DSearchConfigAt.php92 $QB->addGroupByColumn($datatable, 'pid');
93 $QB->addGroupByColumn($datatable, 'rid');