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/bind.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libodbcpp/bind.h (limited to 'libodbcpp/bind.h') diff --git a/libodbcpp/bind.h b/libodbcpp/bind.h deleted file mode 100644 index 356723b..0000000 --- a/libodbcpp/bind.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef ODBC_BIND_H -#define ODBC_BIND_H - -#include -#include - -namespace ODBC { - class Bind { - public: - Bind(); - virtual ~Bind() = 0; - - virtual SQLSMALLINT ctype() const = 0; // The C type ID - virtual SQLULEN size() const = 0; // The size of the data - protected: - mutable SQLLEN bindLen; // How much data the driver wants to store - }; -} - -#endif - -- cgit v1.2.3