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:
@ -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
|
||||
|
Reference in New Issue
Block a user