Package org.h2.samples
Class TriggerSample
java.lang.Object
org.h2.samples.TriggerSample
This sample application shows how to use database triggers.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is a simple trigger implementation. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TriggerSample
public TriggerSample()
-
-
Method Details
-
main
This method is called when executing this sample application from the command line.- Parameters:
args- the command line parameters- Throws:
Exception- on failure
-