Procedure Templates (PDM)

PowerDesigner procedure templates allow you to create procedures in a modular reusable fashion.

PowerDesigner provides certain basic procedure templates for those databases that support them, which create procedures linked to tables. You can modify the code of these pre-defined templates, but they cannot be deleted or renamed:

Template type

Generates procedure executing...

DeleteProcedure

a SQL Delete statement

InsertProcedure

a SQL Insert statement

SelectProcedure

a SQL Select statement

UpdateProcedure

a SQL Update statement