Bind the trace API to the JNI wrapper1 API and add a way to map the native-level...
commitb3a763bb3d93083282e1ed74b7b9654bead12ff5
authorStephan Beal <sgbeal@googlemail.com>
Sat, 4 Nov 2023 12:53:00 +0000 (4 12:53 +0000)
committerStephan Beal <sgbeal@googlemail.com>
Sat, 4 Nov 2023 12:53:00 +0000 (4 12:53 +0000)
treee5a4b2585a060f82f5af5125ea5110b1ef2f08d8
parent42f5e09de866ea6a3695578331a2312e6ba3d73e
Bind the trace API to the JNI wrapper1 API and add a way to map the native-level db/stmt types to their high-level counterparts (required for translating callbacks such as tracers).
ext/jni/src/org/sqlite/jni/capi/Tester1.java
ext/jni/src/org/sqlite/jni/wrapper1/Sqlite.java
ext/jni/src/org/sqlite/jni/wrapper1/Tester2.java