mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-13 05:17:37 -08:00
Use finer grain sqlite3 APIs
This commit is contained in:
@@ -129,6 +129,7 @@ struct owned_fd;
|
||||
struct db_result {
|
||||
db_result() = default;
|
||||
db_result(const char *s) : err(s) {}
|
||||
db_result(int code);
|
||||
bool check_err();
|
||||
operator bool() { return err.empty(); }
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user