OpenPetra
Free Administration Software for Non-Profits
Ict.Tools.DBXML.TConstraint Class Reference

constraints can be foreign keys or primary keys More...

Public Member Functions

 TConstraint ()
 constructor More...
 

Public Attributes

string strName
 name of the constraint More...
 
string strType
 kind of constraint: foreign or unique More...
 
string strThisTable
 name of the table that this constraint belongs to More...
 
StringCollection strThisFields
 the fields in this table that are part of the foreign or unique key More...
 
string strOtherTable
 the other table that is refered to by this foreign key More...
 
StringCollection strOtherFields
 the list of fields that are refered to in the other table More...
 

Detailed Description

constraints can be foreign keys or primary keys

Constructor & Destructor Documentation

◆ TConstraint()

Ict.Tools.DBXML.TConstraint.TConstraint ( )
inline

constructor

Member Data Documentation

◆ strName

string Ict.Tools.DBXML.TConstraint.strName

name of the constraint

◆ strOtherFields

StringCollection Ict.Tools.DBXML.TConstraint.strOtherFields

the list of fields that are refered to in the other table

◆ strOtherTable

string Ict.Tools.DBXML.TConstraint.strOtherTable

the other table that is refered to by this foreign key

◆ strThisFields

StringCollection Ict.Tools.DBXML.TConstraint.strThisFields

the fields in this table that are part of the foreign or unique key

◆ strThisTable

string Ict.Tools.DBXML.TConstraint.strThisTable

name of the table that this constraint belongs to

◆ strType

string Ict.Tools.DBXML.TConstraint.strType

kind of constraint: foreign or unique


The documentation for this class was generated from the following file: