|
OpenPetra
Free Administration Software for Non-Profits
|
will be filled by generated code More...
Public Member Functions | |
| TTypedTableInfo (short AId, string AName, string ADBName, TTypedColumnInfo[] AColumns, int[] APrimaryKeyColumns) | |
| constructor More... | |
| TTypedTableInfo (short AId, string AName, string ADBName, TTypedColumnInfo[] AColumns, int[] APrimaryKeyColumns, int[] AUniqueKeyColumns) | |
| constructor More... | |
Public Attributes | |
| short | id |
| identification of the table, by order More... | |
| string | name |
| nice name of table (CamelCase) More... | |
| string | dbname |
| name of the table as it is in the SQL database More... | |
| int[] | PrimaryKeyColumns |
| the order number of the columns that are part of the primary key More... | |
| int[] | UniqueKeyColumns |
| the order number of the columns that are part of the unique key More... | |
| TTypedColumnInfo[] | columns |
| the columns of this table More... | |
will be filled by generated code
|
inline |
constructor
|
inline |
constructor
| TTypedColumnInfo [] Ict.Common.Data.TTypedDataTable.TTypedTableInfo.columns |
the columns of this table
| string Ict.Common.Data.TTypedDataTable.TTypedTableInfo.dbname |
name of the table as it is in the SQL database
| short Ict.Common.Data.TTypedDataTable.TTypedTableInfo.id |
identification of the table, by order
| string Ict.Common.Data.TTypedDataTable.TTypedTableInfo.name |
nice name of table (CamelCase)
| int [] Ict.Common.Data.TTypedDataTable.TTypedTableInfo.PrimaryKeyColumns |
the order number of the columns that are part of the primary key
| int [] Ict.Common.Data.TTypedDataTable.TTypedTableInfo.UniqueKeyColumns |
the order number of the columns that are part of the unique key