summaryrefslogtreecommitdiff
path: root/libodbcpp/bind.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-03-03 20:57:27 +0000
committerrandomdan <randomdan@localhost>2014-03-03 20:57:27 +0000
commite267def4f9f2e47402d72b56a45924f0bd2c0a18 (patch)
tree3384c10e1dbd84247c6d9429ffe3fab4ae398a48 /libodbcpp/bind.h
parentFix slice scanner and split .ice files back into logical blocks (diff)
downloadlibdbpp-odbc-e267def4f9f2e47402d72b56a45924f0bd2c0a18.tar.bz2
libdbpp-odbc-e267def4f9f2e47402d72b56a45924f0bd2c0a18.tar.xz
libdbpp-odbc-e267def4f9f2e47402d72b56a45924f0bd2c0a18.zip
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
Diffstat (limited to 'libodbcpp/bind.h')
-rw-r--r--libodbcpp/bind.h3
1 files changed, 0 insertions, 3 deletions
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