diff options
Diffstat (limited to 'libodbcpp/modifycommand.h')
-rw-r--r-- | libodbcpp/modifycommand.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libodbcpp/modifycommand.h b/libodbcpp/modifycommand.h deleted file mode 100644 index 24fb960..0000000 --- a/libodbcpp/modifycommand.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef ODBC_MODIFYCOMMAND_H -#define ODBC_MODIFYCOMMAND_H - -#include <modifycommand.h> -#include "command.h" - -namespace ODBC { - class ModifyCommand : public Command, public DB::ModifyCommand { - public: - ModifyCommand(const Connection &, const std::string & sql); - ~ModifyCommand(); - // Execute the command and return effected row count - unsigned int execute(bool allowNoChange = true); - }; -} - -#endif - |