1 #ifndef __OPENTREP_DBA_DBAPLACE_HPP
2 #define __OPENTREP_DBA_DBAPLACE_HPP
8 #if defined(SOCI_HEADERS_BURIED)
9 #include <soci/core/soci.h>
10 #else // SOCI_HEADERS_BURIED
11 #include <soci/soci.h>
12 #endif // SOCI_HEADERS_BURIED
27 struct type_conversion<OPENTREP::Place> {
34 static void from_base (values
const& iPlaceValues, indicator,
45 #endif // __OPENTREP_DBA_DBAPLACE_HPP
Class modelling a place/POR (point of reference).