Hi, What is the use case, that means why do you like to add this feature? Why is the Trigger.init method not enough? See also: http://www.h2database.com/javadoc/org/h2/api/Trigger.html#init(Connection,String,String,String,boolean,int)
Regards, Thomas On Sun, Sep 13, 2009 at 5:26 PM, Sergi Vladykin <[email protected]> wrote: > > Hi, > I need to have parametrized triggers in my app to don't create new > class for each possible case. I can do this and prepare the patch, but > before I want to talk over implementation details. Currently I think > it will be adding parameters in parentheses in the end of trigger > class like that "com.example.MyH2Trigger('bbb', -5.7, null)". > Conctructor of the class here should have parameters (String, > BigDecimal, String [or BigDecimal]). Any thoughts, suggestions? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
