Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DEvent.php19 const EVENT_TABLE_NAME = "EVENTS_QUEUE"; define in ComboStrap\\Event
78 $eventTableName = self::EVENT_TABLE_NAME;
110 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
129 $eventTableName = self::EVENT_TABLE_NAME;
215 ->setTableRow(self::EVENT_TABLE_NAME, $entry);
260 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
295 ->setQuery("delete from " . self::EVENT_TABLE_NAME);