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, typeFields inherited from interface org.h2.api.Trigger
DELETE, INSERT, SELECT, UPDATE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.h2.tools.TriggerAdapter
fire, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.h2.api.Trigger
close, remove
-
Constructor Details
-
H2ModifiedColumnTrigger
public H2ModifiedColumnTrigger()
-
-
Method Details
-
fire
- Specified by:
firein classorg.h2.tools.TriggerAdapter- Throws:
SQLException
-