66Ton99 / OCCI-Object-Programming

Working example from documentation

Home Page:https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lncpp/object-programming.html#GUID-6E6AA436-1CBB-4571-A738-AEF47FF29598

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Sample OCCI Application - Object Programming

Working version from the documentation https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lncpp/object-programming.html#GUID-6E6AA436-1CBB-4571-A738-AEF47FF29598

Do not change files:
demo2.cpp
demo2.h
mappings.cpp
mappings.h

they are generated by "ott" ott util and demo2.typ by command:
ott userid=demousr/demousr intype=demo2.typ code=cpp hfile=demo2.h cppfile=demo2.cpp mapfile=mappings.cpp attraccess=private


To build it:
autoreconf -sfi
./configure
make

About

Working example from documentation

https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lncpp/object-programming.html#GUID-6E6AA436-1CBB-4571-A738-AEF47FF29598


Languages

Language:C++ 66.1%Language:M4 32.2%Language:Makefile 1.2%Language:C 0.5%