From f268aec98176049136bceb2741f3615841e5c516 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 23 Dec 2015 23:15:18 +0000 Subject: MySQL files prefixed with my- --- libmysqlpp/selectcommand.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 libmysqlpp/selectcommand.h (limited to 'libmysqlpp/selectcommand.h') diff --git a/libmysqlpp/selectcommand.h b/libmysqlpp/selectcommand.h deleted file mode 100644 index d145ce8..0000000 --- a/libmysqlpp/selectcommand.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef MY_SELECTCOMMAND_H -#define MY_SELECTCOMMAND_H - -#include -#include "command.h" - -namespace MySQL { - class Connection; - class ColumnBase; - class SelectCommand : public DB::SelectCommand, public Command { - public: - SelectCommand(const Connection *, const std::string & sql); - - bool fetch(); - void execute(); - - private: - bool prepared; - bool executed; - Binds fields; - }; -} - -#endif - - -- cgit v1.2.3