Home
last modified time | relevance | path

Searched refs:createSelectFromTableAndColumns (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
DEvent.php110 … $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
260 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
DCacheLog.php123 $select = Sqlite::createSelectFromTableAndColumns(self::CACHE_LOG_TABLE, $attributes);
DSqlite.php159 …public static function createSelectFromTableAndColumns(string $tableName, array $columns = null): … function in ComboStrap\\Sqlite
DDatabasePageRow.php951 $select = Sqlite::createSelectFromTableAndColumns("pages", self::PAGE_BUILD_ATTRIBUTES);
/plugin/combo/ComboStrap/Meta/Store/
DMetadataDbStore.php257 $query = Sqlite::createSelectFromTableAndColumns($tableName, $attributes);