mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Change previous SQLDB::exec(...callback...) to SQLDB::exec_raw
This commit is contained in:
parent
b9d10a9372
commit
67369a1def
|
@ -51,8 +51,7 @@ public:
|
|||
|
||||
int exec(const std::string& SQLCommand);
|
||||
|
||||
/// Reserved For Capability
|
||||
int exec(const std::string& SQLCommand,SQLCallback callback,void* param);
|
||||
int exec_raw(const std::string& SQLCommand,SQLCallback callback,void* param);
|
||||
|
||||
const char* getErrorMsg();
|
||||
void clearError();
|
||||
|
|
Loading…
Reference in New Issue
Block a user