Previous
Previous
 
Next
Next

Browsing a Trigger

To browse a trigger in Object Browser:

  1. On the Workspace home page, click SQL Workshop and then Object Browser.

    Object Browser appears.

  2. From the Object list, select Triggers.

  3. From the Object Selection pane, select a trigger.

    The Object Details view appears.

Summary of Available Views

Click the tabs at the top of the page to view different reports about the trigger. Table: Available Views for Triggers describes all available views.

Available Views for Triggers

View Description

Object Details

(Default) Lists of the details about the current trigger. Actions you can perform include:

  • Compile

  • Download

  • Drop

Code

Displays the source code for the trigger. You can edit the code in this view. Actions you can perform in this view include:

  • Edit

  • Undo

  • Redo

  • Save & Compile

  • Download Source

  • Drop

  • Find & Replace

See Also: "Editing a Trigger", "Compiling a Trigger", "Downloading a Trigger", and "Dropping a Trigger"

Errors

Displays errors related to the current trigger.

SQL

Displays the SQL necessary to re-create the trigger.