Searched refs:addSelectStatement (Results 1 – 12 of 12) sorted by relevance
| /plugin/struct/_test/ |
| H A D | QueryBuilderSelectTest.php | 62 $qb->addSelectStatement('a.b', 'C');
|
| /plugin/struct/types/ |
| H A D | AutoSummary.php | 23 $QB->addSelectStatement("$rightalias.lastsummary", $alias);
|
| H A D | DateTime.php | 116 $QB->addSelectStatement($col, $alias);
|
| H A D | User.php | 128 $QB->addSelectStatement("$rightalias.lasteditor", $alias);
|
| H A D | Page.php | 132 $QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $rightalias.title)", $alias);
|
| H A D | Lookup.php | 258 $QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $sql)", $alias);
|
| /plugin/struct/meta/ |
| H A D | SearchCloud.php | 71 $QB->addSelectStatement("COUNT($colname)", 'count');
|
| H A D | QueryBuilder.php | 64 public function addSelectStatement($statement, $alias) function in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
|
| H A D | SearchSQLBuilder.php | 107 $this->qb->addSelectStatement("GROUP_CONCAT_DISTINCT($sel, '$sep')", $CN);
|
| H A D | AccessTable.php | 522 $QB->addSelectStatement("GROUP_CONCAT_DISTINCT($sel, '$sep')", $outname);
|
| /plugin/structat/meta/ |
| D | SearchConfigAt.php | 128 $QB->addSelectStatement("GROUP_CONCAT($sel, '$sep')", $CN);
|
| /plugin/structstatus/ |
| D | Status.php | 140 …$QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $field_status, $field_color, $field_ico…
|