From 5dd91c7b80443c1f0e747088159c4d8b78d1856d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 04:13:24 +0000 Subject: SQLite files prefixed with sqlite- --- libsqlitepp/selectcommand.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libsqlitepp/selectcommand.h (limited to 'libsqlitepp/selectcommand.h') diff --git a/libsqlitepp/selectcommand.h b/libsqlitepp/selectcommand.h deleted file mode 100644 index c3ad01d..0000000 --- a/libsqlitepp/selectcommand.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef SQLITE_SELECTCOMMAND_H -#define SQLITE_SELECTCOMMAND_H - -#include -#include "command.h" - -namespace SQLite { - class Connection; - class ColumnBase; - class SelectCommand : public DB::SelectCommand, public Command { - public: - SelectCommand(const Connection *, const std::string & sql); - - bool fetch(); - void execute(); - }; -} - -#endif - - -- cgit v1.2.3