Searched refs:SetAuthorizer (Results 1 – 3 of 3) sorted by relevance
189 …static int SetAuthorizer(sqlite3 *db, int (*xAuth)(void*, int, const char*, const char*, const cha…
2281 int SQLiteUtils::SetAuthorizer(sqlite3 *db, in SetAuthorizer() function in DistributedDB::SQLiteUtils
1562 int errCode = SQLiteUtils::SetAuthorizer(dbHandle_, &PermitSelect); in ExecuteQueryBySqlStmt()1570 (void)SQLiteUtils::SetAuthorizer(dbHandle_, nullptr); in ExecuteQueryBySqlStmt()1574 (void)SQLiteUtils::SetAuthorizer(this->dbHandle_, nullptr); in ExecuteQueryBySqlStmt()