// file : odb/pgsql/forward.hxx // author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_PGSQL_FORWARD_HXX #define ODB_PGSQL_FORWARD_HXX #include namespace odb { namespace pgsql { class database; class connection; class connection_factory; class transaction; class query; // Implementation details. // class binding; class select_statement; template class object_statements; template class container_statements; } } #include #endif // ODB_PGSQL_FORWARD_HXX