// file : odb/mssql/error.hxx // copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_ERROR_HXX #define ODB_MSSQL_ERROR_HXX #include #include #include #include // connection #include #include namespace odb { namespace mssql { LIBODB_MSSQL_EXPORT void translate_error (SQLRETURN, connection&, bool end_tran = false); LIBODB_MSSQL_EXPORT void translate_error (SQLRETURN, connection&, const auto_handle&); LIBODB_MSSQL_EXPORT void translate_error (SQLRETURN, SQLHANDLE, SQLSMALLINT htype); } } #include #endif // ODB_MSSQL_ERROR_HXX