Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBForeignKeyList


RWDBForeignKeyList RWOrdered

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

Synopsis

#include <rw/db/forkey.h>
RWDBForeignKeyList aList;

aStatus = aTable.foreignKeys( "targetTable", aList);

Description

RWDBForeignKeyList is an ordered collection of RWDBForeignKeys. RWDBForeignKeyList is a relatively low-level construct used by DBTools.h++ as an input/output parameter in the functions RWDBTable::foreignKeys() and RWDBTable::referedToBy().

The only semantics that RWDBForeignKeyList adds to RWOrdered are:

Public Constructor

RWDBForeignKeyList ();

Public Member Operator

RWDBForeignKeyList&
operator[](size_t index);


Previous fileTop of DocumentContentsIndexNext file

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