> On Sep 29, 2019, at 5:05 PM, Faria <[email protected]> wrote: > > Is it possible to call a java function from a trigger in SQLite?
Yes, but you'd have to implement a C function that calls the Java function via JNI, then register the C function with SQLite, then call that function in your trigger. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

