Package org.jumpmind.db.platform.h2
Class H2TestTrigger
java.lang.Object
org.jumpmind.db.platform.h2.H2TestTrigger
- All Implemented Interfaces:
org.h2.api.Trigger
-
Field Summary
Fields inherited from interface org.h2.api.Trigger
DELETE, INSERT, SELECT, UPDATE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
H2TestTrigger
public H2TestTrigger()
-
-
Method Details
-
init
public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException - Specified by:
init
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-
fire
- Specified by:
fire
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-
remove
- Specified by:
remove
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-