| __call__(self, str resolver, str authority) | searx.favicons.cache.FaviconCacheSQLite | |
| __init__(self, FaviconCacheConfig cfg) | searx.favicons.cache.FaviconCacheSQLite | |
| _compatibility(self) | searx.sqlitedb.SQLiteAppl | protected |
| _connect(self) | searx.sqlitedb.SQLiteAppl | protected |
| _DB | searx.sqlitedb.SQLiteAppl | protected |
| _init_done | searx.sqlitedb.SQLiteAppl | protected |
| _query_val(self, str sql, t.Any default=None) | searx.favicons.cache.FaviconCacheSQLite | protected |
| cfg | searx.favicons.cache.FaviconCacheSQLite | |
| connect(self) | searx.sqlitedb.SQLiteAppl | |
| create_schema(self, sqlite3.Connection conn) | searx.sqlitedb.SQLiteAppl | |
| DB(self) | searx.sqlitedb.SQLiteAppl | |
| DB_SCHEMA | searx.sqlitedb.SQLiteAppl | static |
| db_url | searx.sqlitedb.SQLiteAppl | |
| DDL_BLOB_MAP | searx.favicons.cache.FaviconCacheSQLite | static |
| DDL_BLOBS | searx.favicons.cache.FaviconCacheSQLite | static |
| DDL_CREATE_TABLES | searx.sqlitedb.SQLiteAppl | static |
| init(self, sqlite3.Connection conn) | searx.sqlitedb.SQLiteAppl | |
| maintenance(self, bool force=False) | searx.favicons.cache.FaviconCacheSQLite | |
| next_maintenance_time | searx.favicons.cache.FaviconCacheSQLite | |
| next_maintenance_time(self) | searx.favicons.cache.FaviconCacheSQLite | |
| properties | searx.sqlitedb.SQLiteAppl | |
| register_functions(self, sqlite3.Connection conn) | searx.sqlitedb.SQLiteAppl | |
| set(self, str resolver, str authority, str|None mime, bytes|None data) | searx.favicons.cache.FaviconCacheSQLite | |
| SQL_DROP_LEFTOVER_BLOBS | searx.favicons.cache.FaviconCacheSQLite | static |
| SQL_INSERT_BLOB_MAP | searx.favicons.cache.FaviconCacheSQLite | static |
| SQL_INSERT_BLOBS | searx.favicons.cache.FaviconCacheSQLite | static |
| SQL_ITER_BLOBS_SHA256_BYTES_C | searx.favicons.cache.FaviconCacheSQLite | static |
| SQLITE_CONNECT_ARGS | searx.sqlitedb.SQLiteAppl | static |
| SQLITE_JOURNAL_MODE | searx.sqlitedb.SQLiteAppl | static |
| SQLITE_THREADING_MODE | searx.sqlitedb.SQLiteAppl | static |
| state(self) | searx.favicons.cache.FaviconCacheSQLite | |