In the features page, one can see that a trigger needs to implement
org.h2.api.Trigger:
http://www.h2database.com/html/features.html#triggers

That might be worth mentioning on the SQL Grammar page, as well?
http://www.h2database.com/html/grammar.html#create_trigger

I.e. instead of

    "The trigger class must be public"

write

    "The trigger class must be public and implement org.h2.api.Trigger"

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to