Class TriggerSample

java.lang.Object
org.h2.samples.TriggerSample

public class TriggerSample extends Object
This sample application shows how to use database triggers.
  • Constructor Details

    • TriggerSample

      public TriggerSample()
  • Method Details

    • main

      public static void main(String... args) throws Exception
      This method is called when executing this sample application from the command line.
      Parameters:
      args - the command line parameters
      Throws:
      Exception - on failure