Lines Matching refs:Sqlite
14 * With the help of Sqlite, we make them asynchronous
60 $sqlite = Sqlite::createOrGetBackendSqlite();
62 LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e);
110 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
193 $sqlite = Sqlite::createOrGetBackendSqlite();
195 LogUtility::error("Unable to create the event $name. Sqlite is not available");
250 $sqlite = Sqlite::createOrGetBackendSqlite();
252 LogUtility::internalError("Sqlite is not available, no events was returned", self::CANONICAL);
260 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
284 $sqlite = Sqlite::createOrGetBackendSqlite();
286 throw new ExceptionCompile("Sqlite is not available");