Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Interface Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWDBForeignKeyList

Module:  DB Interface Module   Group:  Database Classes


RWDBForeignKeyList RWOrdered

Local Index

Members

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 the DB Interface Module 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

RWDBForeignKey&
operator[](size_t index);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.