All Packages Class Hierarchy
Deletes this trigger.
Finds the connection which activated the current trigger activation.
Returns the bitmap of events that this trigger is notified of.
Returns the name of the table that this trigger is monitoring.
Constructs a new Trigger object.
Callback invoked by InstantDB when a row is added to the table being monitored.
Callback invoked by InstantDB when a transaction involving the table being monitored is committed.
Callback invoked by InstantDB when a row is deleted from the table being monitored.
Callback invoked by InstantDB when a transaction involving the table being monitored is rolled back.
Callback invoked by InstantDB when a row in the table being monitored is updated.
Callback invoked by InstantDB before a row is updated in the table being monitored.