// file : odb/sqlite/error.hxx // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_ERROR_HXX #define ODB_SQLITE_ERROR_HXX #include #include #include namespace odb { namespace sqlite { class connection; // Translate SQLite error and throw an appropriate exception. // LIBODB_SQLITE_EXPORT void translate_error (int error, connection&); } } #include #endif // ODB_SQLITE_ERROR_HXX