org.squashtest.csp.h2.triggers
Class RLNAfterAttach
java.lang.Object
org.h2.tools.TriggerAdapter
org.squashtest.csp.h2.triggers.RLNAfterAttach
- All Implemented Interfaces:
- org.h2.api.Trigger
public class RLNAfterAttach
- extends org.h2.tools.TriggerAdapter
Triggered after a RequirementLibraryNode was attached to another one (generally a RequirementFolder). It will
attach that node and its subtree to the ancestors of that node.
- Author:
- bsiri
| Fields inherited from interface org.h2.api.Trigger |
DELETE, INSERT, SELECT, UPDATE |
| Methods inherited from class org.h2.tools.TriggerAdapter |
close, fire, init, remove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RLNAfterAttach
public RLNAfterAttach()
fire
public void fire(Connection conn,
ResultSet oldRow,
ResultSet newRow)
throws SQLException
- Specified by:
fire in class org.h2.tools.TriggerAdapter
- Throws:
SQLException
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.