Class AbstractMaterializedViewTrigger

    • Constructor Detail

      • AbstractMaterializedViewTrigger

        public AbstractMaterializedViewTrigger()
    • Method Detail

      • initScore

        public static void initScore​(AbstractScore score)
        Sets up the score with which the current H2 instance should work.
        Parameters:
        score - The current score.
      • init

        public void init​(Connection connection,
                         String schemaName,
                         String triggerName,
                         String tableName,
                         boolean before,
                         int type)
        Specified by:
        init in interface org.h2.api.Trigger
      • close

        public void close()
        Specified by:
        close in interface org.h2.api.Trigger
      • remove

        public void remove()
        Specified by:
        remove in interface org.h2.api.Trigger