#include <oofschema.h>
Collaboration diagram for OOF_RelationshipsToInstantiate:

Public Member Functions | |
| ~OOF_RelationshipsToInstantiate () | |
| Destructor of a class to contain a list of relationships to be instantiated. | |
| void | append (OOF_UnresolvedRelationship *) |
| A Class to contain a list of relationships to be instantiated. | |
| void | findMatch (const oofString &tableName, const oofString &fieldName) |
| Given a table and field name find a matching unresolved relationship. | |
| void | resolveRelationships () |
| Iterate through the list and instantiate all the relationships. | |
| void | rhsTableName (const oofString &) |
| dbField * | lhsField () |
| bool | isSet () |
| bool | operator== (const OOF_UnresolvedRelationship &inRhs) |
Public Attributes | |
| unsigned long | mNumber |
|
|
Destructor of a class to contain a list of relationships to be instantiated.
|
|
|
A Class to contain a list of relationships to be instantiated.
|
|
||||||||||||
|
Given a table and field name find a matching unresolved relationship.
|
|
|
|
|
|
|
|
|
|
|
|
Iterate through the list and instantiate all the relationships.
|
|
|
|
|
|
|
1.3.5