- java.lang.Object
-
- org.h2.tools.TriggerAdapter
-
- org.squashtest.csp.h2.triggers.CRLNAfterAttach
-
- All Implemented Interfaces:
- org.h2.api.Trigger
public class CRLNAfterAttach
extends org.h2.tools.TriggerAdapter
Triggered after a CustomReportLibraryNode was attached to another one. It will
attach that node and its subtree to the ancestors of that node.
- Author:
- jthebault
-
-
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
-
Method Summary
-
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
-
-
Constructor Detail
-
CRLNAfterAttach
public CRLNAfterAttach()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.