OpenPetra
Free Administration Software for Non-Profits
|
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... | |
constraints can be foreign keys or primary keys
|
inline |
constructor
string Ict.Tools.DBXML.TConstraint.strName |
name of the constraint
StringCollection Ict.Tools.DBXML.TConstraint.strOtherFields |
the list of fields that are refered to in the other table
string Ict.Tools.DBXML.TConstraint.strOtherTable |
the other table that is refered to by this foreign key
StringCollection Ict.Tools.DBXML.TConstraint.strThisFields |
the fields in this table that are part of the foreign or unique key
string Ict.Tools.DBXML.TConstraint.strThisTable |
name of the table that this constraint belongs to
string Ict.Tools.DBXML.TConstraint.strType |
kind of constraint: foreign or unique