Class UpdateTrigger

  • All Implemented Interfaces:
    org.h2.api.Trigger

    public class UpdateTrigger
    extends Object
    implements org.h2.api.Trigger
    This trigger is used to track modifications on tables by inserting notifications into a temporary table. The table H2GIS_SCHEMA.UPDATE_TRIGGERS contain the list of created triggers. The table H2GIS_SCHEMA.UPDATE_NOTIFICATIONS contain the list of updates related to triggers. When this trigger is attached to a table, a line is inserted in H2GIS_SCHEMA.UPDATE_NOTIFICATIONS each time this table is updated.
    Author:
    Nicolas Fortin