Class H2ModifiedColumnTrigger

java.lang.Object
org.h2.tools.TriggerAdapter
io.nflow.engine.internal.storage.db.H2ModifiedColumnTrigger
All Implemented Interfaces:
org.h2.api.Trigger

public class H2ModifiedColumnTrigger extends org.h2.tools.TriggerAdapter
  • Field Summary

    Fields inherited from class org.h2.tools.TriggerAdapter

    before, schemaName, tableName, triggerName, type

    Fields inherited from interface org.h2.api.Trigger

    DELETE, INSERT, SELECT, UPDATE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fire(Connection conn, ResultSet oldRow, ResultSet newRow)
     

    Methods inherited from class org.h2.tools.TriggerAdapter

    fire, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.h2.api.Trigger

    close, remove
  • Constructor Details

    • H2ModifiedColumnTrigger

      public H2ModifiedColumnTrigger()
  • Method Details