650986b279
+ ability to import collections and multi-geometries correctly + added a parameter to control the usage of the connection pool + added more verbosity in debug mode, to report wrong enums
12 lines
485 B
Text
12 lines
485 B
Text
#
|
|
# To regenerate C++ class declarations & implementations for the Spatial
|
|
# object types of your database you should execute OTT in your server !
|
|
#
|
|
|
|
echo "TYPE MDSYS.SDO_POINT_TYPE AS SDOPointType" > spatial_types.typ
|
|
echo "TYPE MDSYS.SDO_GEOMETRY AS SDOGeometry" >> spatial_types.typ
|
|
|
|
ott userid=scott/tiger attraccess=private intype=spatial_types.typ code=cpp \
|
|
cppfile=spatial_classeso.cpp hfile=spatial_classesh.h mapfile=spatial_classesm.cpp \
|
|
mapfunc=RegisterClasses
|
|
|