Home
last modified time | relevance | path

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

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