Hi, > When is the Trigger.init() method called? > Docs have this to say: > "This method is called by the database engine once when initializing the > trigger. It is called when the trigger is created, as well as when the > database is opened." > > So the follow-up question is: > When is a trigger created?
When you run "CREATE TRIGGER". Regards, Thomas -- 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.
