Page History
Public Methods
Methods | Description |
---|---|
EnhGenerateFKConstraints | Generate FK Constraints. GenType: 0 = Don't generate, 1 = Generate by Create Table, 2 = Generate by Alter Table. PARAMETERS: GenType (Integer), DependencyOrder (Boolean). |
Generate DDL using the Quick Launch setting identified by the given filename. PARAMETERS: FileName (Strings). | |
Generate DDL using the Quick Launch setting identified by the given name. PARAMETERS: Name (Strings). | |
Set a flag to generate all Entities. | |
Set a flag to generate all Stored Procedures. | |
Set a flag to generate all Triggers. | |
Generate the DDL. Return TRUE for success or FALSE for failure. RETURN DATATYPE: Boolean. | |
Generate FK Constraint Names when GenerateNames is TRUE. If SupplyNames is TRUE, then unnamed FK are given unique names. PARAMETERS: GenerateNames (Boolean), SupplyNames (Boolean). | |
Set a flag to not generate any Entities. | |
Set a flag to not generate any Stored Procedures. | |
Set a flag to not generate any Triggers. | |
Set a flag to generate selected Entities, according to Entity names given in the parameter array. PARAMETERS: EntityNames (VariantArray of Strings). | |
Set a flag to generate selected Stored Procedures, according to Procedure names given in the parameter array. PARAMETERS: StoredProcedureNames (VariantArray of Strings). | |
Set a flag to generate selected Triggers, according to Trigger names given in the parameter array. PARAMETERS: TriggerNames (VariantArray of Strings). | |
Return all the names of available Quick Launch settings for the Model. RETURN DATATYPE: StringObjects. |
...