Class RefObject - Program Example
Class RefObject allows to store references to embedded objects.
C++ program below shows use of RefObject class. Table 'customers' is
a table of objects. RefObject is based on Table and Select is based
on RefObject. Table 'customers4' contains column with reference to
this object, so after each RefObject is fetched from Select it can be
used in Insert statement to populate Table 'customers4'.
// ins_ref_objects.cc
#include <orac_lib.h>