> On Sep 29, 2019, at 5:05 PM, Faria <kal...@illinois.edu> 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 sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users