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/selectcommand.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libodbcpp/selectcommand.h (limited to 'libodbcpp/selectcommand.h') diff --git a/libodbcpp/selectcommand.h b/libodbcpp/selectcommand.h deleted file mode 100644 index 51dba87..0000000 --- a/libodbcpp/selectcommand.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef ODBC_SELECTCOMMAND_H -#define ODBC_SELECTCOMMAND_H - -#include -#include "command.h" - -namespace ODBC { - class Column; - class SelectCommand : public Command, public DB::SelectCommand { - public: - SelectCommand (const Connection &, const std::string & sql); - ~SelectCommand(); - bool fetch(); - void execute(); - - private: - bool fetch(SQLSMALLINT orientation = SQL_FETCH_NEXT, SQLLEN offset = 0); - }; -} - -#endif - -- cgit v1.2.3