OpenPetra
Free Administration Software for Non-Profits
|
Static Public Member Functions | |
static Boolean | ValidForeignKeyConstraintForLoadVia (TConstraint AConstraint) |
do we want a special load via function for this foreign key? More... | |
static string | GetNamespace (string AStrGroup) |
get the namespace for a given table group name More... | |
static String | FindOtherConstraintSameOtherTable (List< TConstraint >AConstraints, TConstraint AConstraint) |
This function checks if there is another constraint in this ATable, that references the same other table It will find the field that has a different name, so that names can be unique More... | |
static Boolean | FindOtherConstraintSameOtherTable2 (ArrayList AConstraints, TConstraint AConstraint) |
This function checks if there is another constraint from the same table that references the current table through a link table More... | |
static Boolean | WriteTypedDataAccess (TDataDefinitionStore AStore, string strGroup, string AFilePath, string ANamespaceName, string AFilename) |
generate code for reading and writing typed data tables from and to the database More... | |
This will generate most of the datastore. Only here should SQL queries happen.
|
inlinestatic |
This function checks if there is another constraint in this ATable, that references the same other table It will find the field that has a different name, so that names can be unique
AConstraints | |
AConstraint |
|
inlinestatic |
This function checks if there is another constraint from the same table that references the current table through a link table
AConstraints | |
AConstraint |
|
inlinestatic |
get the namespace for a given table group name
|
inlinestatic |
do we want a special load via function for this foreign key?
AConstraint |
|
inlinestatic |
generate code for reading and writing typed data tables from and to the database
AStore | |
strGroup | |
AFilePath | |
ANamespaceName | |
AFilename |