// file : odb/pgsql/errors.hxx // author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_PGSQL_ERRORS_HXX #define ODB_PGSQL_ERRORS_HXX #include #include #include #include namespace odb { namespace pgsql { class connection; LIBODB_PGSQL_EXPORT void translate_error (connection&); LIBODB_PGSQL_EXPORT void translate_error (connection& c, PGresult* r); } } #include #endif // ODB_PGSQL_ERRORS_HXX