1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Remove some outdated JNI docs.

FossilOrigin-Name: 52aef3d015bad12c4bd9334ec795276a68a0dabdc6fd0ff2a1068f640171eb77
This commit is contained in:
stephan
2023-11-01 20:09:02 +00:00
parent 793e872803
commit 7d52262889
3 changed files with 7 additions and 16 deletions

View File

@ -32,15 +32,6 @@ import java.util.Arrays;
<p>The C-side part can be found in sqlite3-jni.c.
<p>This class is package-private in order to keep Java clients from
having direct access to the low-level C-style APIs, a design
decision made by Java developers based on the C-style API being
riddled with opportunities for Java developers to proverbially shoot
themselves in the foot with. Third-party copies of this code may
eliminate that guard by simply changing this class from
package-private to public. Its methods which are intended to be
exposed that way are all public.
<p>Only functions which materially differ from their C counterparts
are documented here, and only those material differences are
documented. The C documentation is otherwise applicable for these