[odb-users] Oracle data type SDO_GEOMETRY insertion
Boris Kolpackov
boris at codesynthesis.com
Mon Jun 10 09:15:02 EDT 2019
satya <psatya551 at gmail.com> writes:
> I need help in dealing with SDO_GEOMETRY data type of oracle. I am not
> able to map it to SQL core type and c++ type from my c++ applicaton.
The following two articles describe the available approaches:
"Extended Database to C++ Type Mapping in ODB":
https://www.codesynthesis.com/~boris/blog/2012/07/18/custom-database-to-cxx-type-mapping-in-odb/
"Custom C++ to Database Type Mapping in ODB":
https://www.codesynthesis.com/~boris/blog/2012/10/16/custom-cxx-to-database-type-mapping-in-odb/
There is also the oracle/custom/ test in the odb-tests package that
can serve as an example.
More information about the odb-users
mailing list