Class TPlsqlCreateTrigger

All Implemented Interfaces:
IRelation, Visitable, Iterator<TSourceToken>

The CREATE TRIGGER statement creates or replaces a database trigger, which is either of the following:
  • A stored PL/SQL block associated with a table, a schema, or the database.
  • An anonymous PL/SQL block or a call to a procedure implemented in PL/SQL or Java.
For detailed information about Oracle simple_dml_trigger, compound_dml_trigger, non_dml_trigger Please check TTriggeringClause

the database automatically executes a trigger when specified conditions occur.