Re: HSQLDB Triggers

Fred Toussi via Hsqldb-user <[email protected]> Tue, 15 Oct 2019 22:10:29 +0100
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <[email protected]>
Trigger functionality has been tested without inner classes. If the fire function does not work for you, please post a bug report with your CREATE TRIGGER statement.

Fred Toussi

On Mon, Oct 14, 2019, at 19:26, Kalim, Faria wrote:
>  Hi,
> 
> Implementing triggers in a static inner class seems to work, however, if I
> make the inner class non-static, the "fire" function never seems to be
> called. If I try to make the outermost class implement the trigger
> interface, the fire function isn't called either. Any ideas on what may be
> happening?
> 
> 
> _______________________________________________
> Hsqldb-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hsqldb-user
>