mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Merge branch 'mingw-dev-sqlite' into mingw-dev
Accept Changes from mingw-dev-sqlite
This commit is contained in:
commit
0c5186c11a
|
@ -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