aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/error.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/error.hxx')
-rw-r--r--odb/mssql/error.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/mssql/error.hxx b/odb/mssql/error.hxx
index 35906b7..6208103 100644
--- a/odb/mssql/error.hxx
+++ b/odb/mssql/error.hxx
@@ -11,6 +11,8 @@
#include <odb/mssql/version.hxx>
#include <odb/mssql/forward.hxx> // connection
#include <odb/mssql/mssql-fwd.hxx>
+#include <odb/mssql/auto-handle.hxx>
+
#include <odb/mssql/details/export.hxx>
namespace odb
@@ -21,6 +23,9 @@ namespace odb
translate_error (connection&);
LIBODB_MSSQL_EXPORT void
+ translate_error (connection&, const auto_handle<SQL_HANDLE_STMT>&);
+
+ LIBODB_MSSQL_EXPORT void
translate_error (SQLHANDLE, SQLSMALLINT htype);
}
}