From b177499d168936da9e64a964beb22f6057880703 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 04:00:01 +0000 Subject: PostgreSQL files prefixed with pq- --- libpqpp/column.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libpqpp/column.h (limited to 'libpqpp/column.h') diff --git a/libpqpp/column.h b/libpqpp/column.h deleted file mode 100644 index 5980763..0000000 --- a/libpqpp/column.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef PG_COLUMN_H -#define PG_COLUMN_H - -#include -#include - -namespace PQ { - class SelectCommand; - class Column : public DB::Column { - public: - Column(const SelectCommand *, unsigned int field); - - bool isNull() const; - void apply(DB::HandleField &) const; - void rebind(DB::Command *, unsigned int) const; - protected: - const SelectCommand * sc; - const Oid oid; - }; -} - -#endif - -- cgit v1.2.3