summaryrefslogtreecommitdiff
path: root/libodbcpp/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libodbcpp/command.h')
-rw-r--r--libodbcpp/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libodbcpp/command.h b/libodbcpp/command.h
index 02347cf..17926f6 100644
--- a/libodbcpp/command.h
+++ b/libodbcpp/command.h
@@ -21,6 +21,8 @@ namespace ODBC {
void bindParamI(unsigned int i, unsigned long int val);
void bindParamI(unsigned int i, unsigned long long int val);
+ void bindParamB(unsigned int i, bool val);
+
void bindParamF(unsigned int i, double val);
void bindParamF(unsigned int i, float val);