HSQLDB Triggers
"Kalim, Faria" <[email protected]> Mon, 14 Oct 2019 18:26:45 +0000
| Newsgroups | gmane.comp.java.hsqldb.user |
|---|---|
| Message-ID | <[email protected]> |
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?