From e267def4f9f2e47402d72b56a45924f0bd2c0a18 Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 3 Mar 2014 20:57:27 +0000 Subject: Adds native support for time_duration as a variable type Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier --- libodbcpp/bind.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libodbcpp/bind.h') diff --git a/libodbcpp/bind.h b/libodbcpp/bind.h index c256b2b..356723b 100644 --- a/libodbcpp/bind.h +++ b/libodbcpp/bind.h @@ -17,8 +17,5 @@ namespace ODBC { }; } -void operator << (SQL_TIMESTAMP_STRUCT & target, const struct tm &); -void operator << (struct tm &, const SQL_TIMESTAMP_STRUCT & target); - #endif -- cgit v1.2.3