The DBTools.h++ access library for Oracle supports both bulk reading and writing through the array interface provided by the OCI 7.x functions obndrv() and odefin().
The RWDBDateVector produced by an RWDBDatabase associated with the DBTools.h++ access library for Oracle encapsulates collections of the OCI datatype struct oci_date.
All rows of a column inserted with an RWDBulkInserter and an RWDBBinaryVector share the same width, the width used as the argument to the RWDBBinaryVector constructor. The RWDBBinaryVector filled in by an RWDBBulkReader can determine the specific data length of each of its elements, so long as the width of the elements is less than 64K. Elements with width greater than 64K are truncated to 64K.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.