]> git.ipfire.org Git - thirdparty/sqlite.git/commit
JNI: initial draft (untested - requires more infrastructure first) of a UDF argument...
authorstephan <stephan@noemail.net>
Mon, 16 Oct 2023 13:04:42 +0000 (13:04 +0000)
committerstephan <stephan@noemail.net>
Mon, 16 Oct 2023 13:04:42 +0000 (13:04 +0000)
commitf2d7e961d9f8f67e183328ca40262e1a7c115f8d
treeb9ce2d9bc7a140842d2aa6c45e2097cc5711170e
parent7e540e5a2cbbc70dffeaed1877c1a5aa6fdf4d39
JNI: initial draft (untested - requires more infrastructure first) of a UDF argument/result-handling interface which completely hides the C-style API from the client.

FossilOrigin-Name: 43b10a5cf9cb8be53d62914f340d533e60a70bf4caa8b9b91c0f867fa0f70493
ext/jni/GNUmakefile
ext/jni/src/org/sqlite/jni/capi/CApi.java
ext/jni/src/org/sqlite/jni/wrapper1/SqlFunction.java [new file with mode: 0644]
ext/jni/src/org/sqlite/jni/wrapper1/Sqlite.java
ext/jni/src/org/sqlite/jni/wrapper1/SqliteException.java
manifest
manifest.uuid