Change previous SQLDB::exec(...callback...) to SQLDB::exec_raw

This commit is contained in:
Kirigaya Kazuto 2017-04-21 13:20:21 +08:00
parent b9d10a9372
commit 67369a1def

View File

@ -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();