In the Trigger Action field, specify the statement that the firing trigger will execute. The trigger action can be any valid SQL-J statement, including one with Java method calls. For example:
UPDATE CustomizedTours SET getTotalCost =
customized_tour::getTotalCost()
NOTE: The trigger action can reference database objects in tables other
than that specified in step 5. However, if any of these database objects is
dropped, the trigger is invalidated.
NOTE: There are restrictions on a trigger action, for example it may not
contain dynamic parameters or modify or drop the table on which the
trigger is defined. For a complete list of restrictions, see the Cloudscape
Developer's Guide.