Class H2ContentTrigger

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

    public class H2ContentTrigger
    extends Object
    implements org.h2.api.Trigger
    H2 triggers for content table. Triggers handle all changes in the table, and insert records to DENORMALISED_CONTENT_CHANGE_LOG.
    Since:
    7.11.0
    • Constructor Detail

      • H2ContentTrigger

        public H2ContentTrigger()
    • Method Detail

      • init

        public void init​(Connection connection,
                         String s,
                         String s1,
                         String s2,
                         boolean b,
                         int i)
                  throws SQLException
        For SonarCube: we must implement this method, but we do not need to initialise anything here.
        Specified by:
        init in interface org.h2.api.Trigger
        Throws:
        SQLException
      • close

        public void close()
                   throws SQLException
        For SonarCube: we must implement this method, but we do not need to initialise anything here.
        Specified by:
        close in interface org.h2.api.Trigger
        Throws:
        SQLException
      • remove

        public void remove()
                    throws SQLException
        For SonarCube: we must implement this method, but we do not need to initialise anything here.
        Specified by:
        remove in interface org.h2.api.Trigger
        Throws:
        SQLException