From 63d9cbb434ec4f6e828083b99d638127cfce7a95 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 04:08:56 +0000 Subject: ODBC files prefixed with odbc- --- libodbcpp/modifycommand.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 libodbcpp/modifycommand.h (limited to 'libodbcpp/modifycommand.h') 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 -#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 - -- cgit v1.2.3