Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBVector<T>


RWDBVector<T> RWDBTBuffer<T>

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <rw/db/dbvector.h>

RWDBVector< int > intVector(n);

Description

Class RWDBVector<T> is derived from RWDBTBuffer<T>. It is used to transfer data between the application and the database via RWDBBulkReaders and RWDBBulkInserters.

Example

The following example uses an RWDBVector<int> to insert an array of integers into a table. The 5th element in the array is inserted as null.



Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.