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: 2ca5cbbb2a8ee94fe9f4888dea695a4429aefa17611fd9ebe59bf4866290ab0c
This commit is contained in:
stephan
2023-09-26 09:46:04 +00:00
parent efa8369214
commit 6f737371c0
3 changed files with 7 additions and 13 deletions

View File

@ -48,12 +48,6 @@ import java.util.Arrays;
#sqlite3_result_int}, and sqlite3_result_set() has many
type-specific overloads.
<p>Though most of the {@code SQLITE_abc...} C macros represented by
this class are defined as final, a few are necessarily non-final
because they cannot be set until static class-level initialization
is run. Modifying them at runtime has no effect on the library but
may confuse any client-level code which uses them.
<p>Notes regarding Java's Modified UTF-8 vs standard UTF-8:
<p>SQLite internally uses UTF-8 encoding, whereas Java natively uses