Previous Topic: Define DB2 z/OS Table SynonymsNext Topic: Define DB2 z/OS Table Column Properties


Define a DB2 z/OS Table Trigger

Use the Table Trigger Editor to define the stored procedures that exist for a table in a DB2 z/OS physical model.

To define a DB2 z/OS table trigger

  1. Right-click the table for which you want to define a trigger and click Trigger Properties.

    The DB2 for z/OS Table Trigger Editor opens.

  2. Select the table trigger in the Navigation Grid that you want to define and work with the following options:

    Note: Click New New icon in property editors to create a new object on the toolbar to create a table trigger. Use the Enter filter text text box to filter a large list of table triggers to locate the one that you want to define.

    Name

    Displays the table trigger name. You can change the trigger name in this field.

    Schema

    Specifies the schema for the table trigger. Select a schema from the drop-down list.

    Insert

    Specifies to execute the table trigger on INSERT.

    Update

    Specifies to execute the table trigger on UPDATE.

    Delete

    Specifies to execute the table trigger on DELETE.

    Fire

    Specifies when the table trigger is executed.

    Generate

    Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.

  3. Click the General tab and define properties and referential integrity constraints.
  4. Click the Update Columns tab to specify columns to use for the UPDATE execution.
  5. Click the Code tab to define the code type for the table trigger.
  6. Click the Expanded tab to view expanded code for the table trigger.
  7. (Optional) Click the Comment tab and enter any comments that you want to associate with the table trigger.
  8. (Optional) Click the UDP tab to work with user-defined properties for the table trigger.
  9. (Optional) Click the Notes tab to view history associated with the table trigger and to add or view user notes.
  10. Click Close.

    The DB2 for z/OS Table Trigger Editor closes.