I tried run a simple class to call TRIGGER from Java code, I used H2 DB, can you help me? Here is my simple code (like sample code in H2):
public class Trigg
In H2, the trigger class must be available in the classpath of the database engine (when using the server mode, it must be in the classpath of the server).