This package contains jOOQ's public API.
-
interface
A step in the construction of the CREATE TRIGGER
statement.
Add the AFTER DELETE
clause to the CREATE TRIGGER
statement.
Add the AFTER INSERT
clause to the CREATE TRIGGER
statement.
Add the BEFORE DELETE
clause to the CREATE TRIGGER
statement.
Add the BEFORE INSERT
clause to the CREATE TRIGGER
statement.
Add the INSTEAD OF DELETE
clause to the CREATE TRIGGER
statement.
Add the INSTEAD OF INSERT
clause to the CREATE TRIGGER
statement.
CreateTriggerEventOfStep.of(String... of)
Add the OF
clause to the CREATE TRIGGER
statement.
Add the OF
clause to the CREATE TRIGGER
statement.
CreateTriggerEventOfStep.of(Field<?>... of)
Add the OF
clause to the CREATE TRIGGER
statement.
CreateTriggerEventOfStep.of(Name... of)
Add the OF
clause to the CREATE TRIGGER
statement.
Add the OR DELETE
clause to the CREATE TRIGGER
statement.
Add the OR INSERT
clause to the CREATE TRIGGER
statement.