Loading...
Searching...
No Matches
This is the complete list of members for searx.favicons.cache.FaviconCacheSQLite, including all inherited members.
__call__(self, str resolver, str authority) | searx.favicons.cache.FaviconCacheSQLite | |
__init__(self, FaviconCacheConfig cfg) | searx.favicons.cache.FaviconCacheSQLite | |
_query_val(self, sql, default=None) | searx.favicons.cache.FaviconCacheSQLite | protected |
cfg | searx.favicons.cache.FaviconCacheSQLite | |
DB_SCHEMA | searx.favicons.cache.FaviconCacheSQLite | static |
DDL_BLOB_MAP | searx.favicons.cache.FaviconCacheSQLite | static |
DDL_BLOBS | searx.favicons.cache.FaviconCacheSQLite | static |
DDL_CREATE_TABLES | searx.favicons.cache.FaviconCacheSQLite | static |
maintenance(self, force=False) | searx.favicons.cache.FaviconCacheSQLite | |
next_maintenance_time | searx.favicons.cache.FaviconCacheSQLite | |
next_maintenance_time(self) | searx.favicons.cache.FaviconCacheSQLite | |
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 |
state(self) | searx.favicons.cache.FaviconCacheSQLite | |