Searched refs:DbSqliteCipher (Results 1 – 16 of 16) sorted by relevance
9 DbSqliteCipher::DbSqliteCipher() in DbSqliteCipher() function in DbSqliteCipher13 QString DbSqliteCipher::getLabel() const in getLabel()18 bool DbSqliteCipher::checkIfDbServedByPlugin(Db* db) const in checkIfDbServedByPlugin()23 QList<DbPluginOption> DbSqliteCipher::getOptionsList() const in getOptionsList()46 bool DbSqliteCipher::init() in init()66 void DbSqliteCipher::deinit() in deinit()72 Db *DbSqliteCipher::newInstance(const QString &name, const QString &path, const QHash<QString, QVar… in newInstance()
14 QString key = connOptions[DbSqliteCipher::PASSWORD_OPT].toString(); in initAfterOpen()22 QString pragmas = connOptions[DbSqliteCipher::PRAGMAS_OPT].toString(); in initAfterOpen()37 if (otherDb->getConnectionOptions().contains(DbSqliteCipher::PASSWORD_OPT)) in getAttachSql()38 …pass = otherDb->getConnectionOptions()[DbSqliteCipher::PASSWORD_OPT].toString().replace("'", "''"); in getAttachSql()
8 class DBSQLITECIPHERSHARED_EXPORT DbSqliteCipher : public GenericPlugin, public DbPluginStdFileBase14 DbSqliteCipher();
5 <name>DbSqliteCipher</name>
11 TARGET = DbSqliteCipher
21 DbSqliteCipher \
40 - CHANGE: #3494 DbSqliteCipher (SQLCipher) upgraded to 4.4.2 (SQLite 3.34.0).