Re: [sqlite] Calling a java function from a trigger

2019-09-30 Thread Jens Alfke
> On Sep 29, 2019, at 5:05 PM, Faria 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] Calling a java function from a trigger

2019-09-30 Thread Faria
Hi, Is it possible to call a java function from a trigger in SQLite? If so, is there an example showing how to do it? Thanks, Faria -- Sent from: http://sqlite.1065341.n5.nabble.com/ ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org