diff options
Diffstat (limited to 'src/dal/mysqldataprovider.h')
-rw-r--r-- | src/dal/mysqldataprovider.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dal/mysqldataprovider.h b/src/dal/mysqldataprovider.h index 4850a146..a35d35e8 100644 --- a/src/dal/mysqldataprovider.h +++ b/src/dal/mysqldataprovider.h @@ -181,6 +181,9 @@ class MySqlDataProvider: public DataProvider */ void bindValue(int place, MYSQL_BIND* bind); + /** Clean potential binds */ + void cleanBinds(); + /** defines the name of the hostname config parameter */ static const std::string CFGPARAM_MYSQL_HOST; /** defines the name of the server port config parameter */ |