| __call__(self, str name, t.Any default=None) | searx.sqlitedb.SQLiteProperties | |
| __init__(self, str db_url) | searx.sqlitedb.SQLiteProperties | |
| __str__(self) | searx.sqlitedb.SQLiteProperties | |
| _compatibility(self) | searx.sqlitedb.SQLiteAppl | protected |
| _connect(self) | searx.sqlitedb.SQLiteAppl | protected |
| _DB | searx.sqlitedb.SQLiteAppl | protected |
| _init_done | searx.sqlitedb.SQLiteAppl | protected |
| connect(self) | searx.sqlitedb.SQLiteAppl | |
| create_schema(self, sqlite3.Connection conn) | searx.sqlitedb.SQLiteProperties | |
| DB(self) | searx.sqlitedb.SQLiteAppl | |
| DB_SCHEMA | searx.sqlitedb.SQLiteAppl | static |
| db_url | searx.sqlitedb.SQLiteAppl | |
| DDL_CREATE_TABLES | searx.sqlitedb.SQLiteAppl | static |
| DDL_PROPERTIES | searx.sqlitedb.SQLiteProperties | static |
| delete(self, str name) | searx.sqlitedb.SQLiteProperties | |
| init(self, sqlite3.Connection conn) | searx.sqlitedb.SQLiteProperties | |
| m_time(self, str name, int default=0) | searx.sqlitedb.SQLiteProperties | |
| properties | searx.sqlitedb.SQLiteAppl | |
| register_functions(self, sqlite3.Connection conn) | searx.sqlitedb.SQLiteAppl | |
| row(self, str name, t.Any default=None) | searx.sqlitedb.SQLiteProperties | |
| set(self, str name, str|int value) | searx.sqlitedb.SQLiteProperties | |
| SQL_DELETE | searx.sqlitedb.SQLiteProperties | static |
| SQL_GET | searx.sqlitedb.SQLiteProperties | static |
| SQL_M_TIME | searx.sqlitedb.SQLiteProperties | static |
| SQL_SET | searx.sqlitedb.SQLiteProperties | static |
| SQL_TABLE_EXISTS | searx.sqlitedb.SQLiteProperties | static |
| SQLITE_CONNECT_ARGS | searx.sqlitedb.SQLiteAppl | static |
| SQLITE_JOURNAL_MODE | searx.sqlitedb.SQLiteAppl | static |
| SQLITE_THREADING_MODE | searx.sqlitedb.SQLiteAppl | static |