theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvsq3lite;
11
12import jvmkkernel.*;
13
14// MARK_D ################################################################
15// -----------------------------------------------------------------------
16// documentation order
119// --------------------------------------------------------------------------------
120
125final public class Sq3Lite {
126
127 private Sq3Lite() {};
128
129 private static boolean first = false;
130
134
156 static public void SetupTmpl() {
157 if (first) return;
158 first = true;
159 System.loadLibrary("jvsq3lite");
160 }
161
163
164 // PUBLIC
165
166 // BEGIN-Sq3Lite - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
167
171
172 // doc-key: Sq3Lite,Sq3Lite-Config,sm_
173
175 public native static String CompileOptionGet (int N);
176
178 public native static boolean CompileOptionUsed (String zOptName);
179
181 public native static long MemoryHighwater (int resetFlag);
182
184 public native static long MemoryUsed ();
185
187 public native static void Threadsafe ();
188
190 // Sq3Lite_Config_JV_API
191
195
196 // doc-key: Sq3Lite,Sq3Lite-Enum,sco
197
199 public native static Sq3AccessE AccessE_FromInt (int value);
200
202 public native static Sq3AuthActionE AuthActionE_FromInt (int value);
203
205 public native static Sq3AuthReturnE AuthReturnE_FromInt (int value);
206
208 public native static Sq3ChangeSetConflictE ChangeSetConflictE_FromInt (int value);
209
211 public native static Sq3ChangesetE ChangesetE_FromInt (int value);
212
214 public native static Sq3CheckpointE CheckpointE_FromInt (int value);
215
217 public native static Sq3ConfigE ConfigE_FromInt (int value);
218
220 public native static Sq3ConflictResolutionE ConflictResolutionE_FromInt (int value);
221
223 public native static Sq3DbConfigE DbConfigE_FromInt (int value);
224
226 public native static Sq3DbStatusE DbStatusE_FromInt (int value);
227
229 public native static Sq3DeSerializeEF DeSerializeEF_FromInt (int value);
230
232 public native static Sq3ErrorE ErrorE_FromInt (int value);
233
236
238 public native static Sq3FcntlE FcntlE_FromInt (int value);
239
241 public native static Sq3FunctionEF FunctionEF_FromInt (int value);
242
244 public native static Sq3IndexConstraintEF IndexConstraintEF_FromInt (int value);
245
247 public native static Sq3IoCapEF IoCapEF_FromInt (int value);
248
250 public native static Sq3LimitE LimitE_FromInt (int value);
251
253 public native static Sq3LockE LockE_FromInt (int value);
254
256 public native static Sq3MutexE MutexE_FromInt (int value);
257
259 public native static Sq3OpenEF OpenEF_FromInt (int value);
260
262 public native static Sq3PrepareEF PrepareEF_FromInt (int value);
263
265 public native static Sq3ScanStatE ScanStatE_FromInt (int value);
266
268 public native static Sq3SerializeE SerializeE_FromInt (int value);
269
271 public native static Sq3SessionObjConfigE SessionObjConfigE_FromInt (int value);
272
274 public native static Sq3ShmLockE ShmLockE_FromInt (int value);
275
277 public native static Sq3StatusE StatusE_FromInt (int value);
278
280 public native static Sq3StmtStatusE StmtStatusE_FromInt (int value);
281
283 public native static Sq3SyncEF SyncEF_FromInt (int value);
284
286 public native static Sq3TestCtrlE TestCtrlE_FromInt (int value);
287
289 public native static Sq3TextE TextE_FromInt (int value);
290
292 public native static Sq3TraceEF TraceEF_FromInt (int value);
293
295 public native static Sq3TxnE TxnE_FromInt (int value);
296
298 public native static Sq3TypeE TypeE_FromInt (int value);
299
301 public native static Sq3VtabE VtabE_FromInt (int value);
302
303 // doc-key: Sq3Lite,Sq3Lite-Enum,sm_
304
306 public native static int AccessE_ToInt (Sq3AccessE value);
307
309 public native static String AccessE_ToString (Sq3AccessE value);
310
312 public native static int AuthActionE_ToInt (Sq3AuthActionE value);
313
315 public native static String AuthActionE_ToString (Sq3AuthActionE value);
316
318 public native static int AuthReturnE_ToInt (Sq3AuthReturnE value);
319
321 public native static String AuthReturnE_ToString (Sq3AuthReturnE value);
322
324 public native static int ChangeSetConflictE_ToInt (Sq3ChangeSetConflictE value);
325
327 public native static String ChangeSetConflictE_ToString (Sq3ChangeSetConflictE value);
328
330 public native static int ChangesetE_ToInt (Sq3ChangesetE value);
331
333 public native static String ChangesetE_ToString (Sq3ChangesetE value);
334
336 public native static int CheckpointE_ToInt (Sq3CheckpointE value);
337
339 public native static String CheckpointE_ToString (Sq3CheckpointE value);
340
342 public native static int ConfigE_ToInt (Sq3ConfigE value);
343
345 public native static String ConfigE_ToString (Sq3ConfigE value);
346
348 public native static int ConflictResolutionE_ToInt (Sq3ConflictResolutionE value);
349
351 public native static String ConflictResolutionE_ToString (Sq3ConflictResolutionE value);
352
354 public native static int DbConfigE_ToInt (Sq3DbConfigE value);
355
357 public native static String DbConfigE_ToString (Sq3DbConfigE value);
358
360 public native static int DbStatusE_ToInt (Sq3DbStatusE value);
361
363 public native static String DbStatusE_ToString (Sq3DbStatusE value);
364
366 public native static int DeSerializeEF_ToInt (Sq3DeSerializeEF value);
367
369 public native static String DeSerializeEF_ToString (Sq3DeSerializeEF value);
370
372 public native static int ErrorE_ToInt (Sq3ErrorE value);
373
375 public native static String ErrorE_ToString (Sq3ErrorE value);
376
378 public native static int ExtendetResultCodesE_ToInt (Sq3ExtendetResultCodesE value);
379
381 public native static String ExtendetResultCodesE_ToString (Sq3ExtendetResultCodesE value);
382
384 public native static int FcntlE_ToInt (Sq3FcntlE value);
385
387 public native static String FcntlE_ToString (Sq3FcntlE value);
388
390 public native static int FunctionEF_ToInt (Sq3FunctionEF value);
391
393 public native static String FunctionEF_ToString (Sq3FunctionEF value);
394
396 public native static int IndexConstraintEF_ToInt (Sq3IndexConstraintEF value);
397
399 public native static String IndexConstraintEF_ToString (Sq3IndexConstraintEF value);
400
402 public native static int IoCapEF_ToInt (Sq3IoCapEF value);
403
405 public native static String IoCapEF_ToString (Sq3IoCapEF value);
406
408 public native static int LimitE_ToInt (Sq3LimitE value);
409
411 public native static String LimitE_ToString (Sq3LimitE value);
412
414 public native static int LockE_ToInt (Sq3LockE value);
415
417 public native static String LockE_ToString (Sq3LockE value);
418
420 public native static int MutexE_ToInt (Sq3MutexE value);
421
423 public native static String MutexE_ToString (Sq3MutexE value);
424
426 public native static int OpenEF_ToInt (Sq3OpenEF value);
427
429 public native static String OpenEF_ToString (Sq3OpenEF value);
430
432 public native static int PrepareEF_ToInt (Sq3PrepareEF value);
433
435 public native static String PrepareEF_ToString (Sq3PrepareEF value);
436
438 public native static int ScanStatE_ToInt (Sq3ScanStatE value);
439
441 public native static String ScanStatE_ToString (Sq3ScanStatE value);
442
444 public native static int SerializeE_ToInt (Sq3SerializeE value);
445
447 public native static String SerializeE_ToString (Sq3SerializeE value);
448
450 public native static int SessionObjConfigE_ToInt (Sq3SessionObjConfigE value);
451
453 public native static String SessionObjConfigE_ToString (Sq3SessionObjConfigE value);
454
456 public native static int ShmLockE_ToInt (Sq3ShmLockE value);
457
459 public native static String ShmLockE_ToString (Sq3ShmLockE value);
460
462 public native static int StatusE_ToInt (Sq3StatusE value);
463
465 public native static String StatusE_ToString (Sq3StatusE value);
466
468 public native static int StmtStatusE_ToInt (Sq3StmtStatusE value);
469
471 public native static String StmtStatusE_ToString (Sq3StmtStatusE value);
472
474 public native static int SyncEF_ToInt (Sq3SyncEF value);
475
477 public native static String SyncEF_ToString (Sq3SyncEF value);
478
480 public native static int TestCtrlE_ToInt (Sq3TestCtrlE value);
481
483 public native static String TestCtrlE_ToString (Sq3TestCtrlE value);
484
486 public native static int TextE_ToInt (Sq3TextE value);
487
489 public native static String TextE_ToString (Sq3TextE value);
490
492 public native static int TraceEF_ToInt (Sq3TraceEF value);
493
495 public native static String TraceEF_ToString (Sq3TraceEF value);
496
498 public native static int TxnE_ToInt (Sq3TxnE value);
499
501 public native static String TxnE_ToString (Sq3TxnE value);
502
504 public native static int TypeE_ToInt (Sq3TypeE value);
505
507 public native static String TypeE_ToString (Sq3TypeE value);
508
510 public native static int VtabE_ToInt (Sq3VtabE value);
511
513 public native static String VtabE_ToString (Sq3VtabE value);
514
516 // Sq3Lite_Enum_JV_API
517
521
522 // doc-key: Sq3Lite,Sq3Lite-Error,sm_
523
525 public native static boolean ErrorCheckI (Sq3ErrorE ret);
526
528 // Sq3Lite_Error_JV_API
529
533
534 // doc-key: Sq3Lite,Sq3Lite-Info,sco
535
537 public native static MkBufferC KeywordNameBUF (int num);
538
539 // doc-key: Sq3Lite,Sq3Lite-Info,sm_
540
542 public native static void Complete (String sql);
543
545 public native static void KeywordCheck (String arg0, int arg1);
546
548 public native static void KeywordCount ();
549
550 // doc-key: Sq3Lite,Sq3Lite-Info,smo
551
553 public native static String[] KeywordName (int num);
554
556 public native static String[] Status (Sq3StatusE op, boolean resetFlag);
557
559 public native static String[] Status64 (Sq3StatusE op, boolean resetFlag);
560
562 // Sq3Lite_Info_JV_API
563
567
568 // doc-key: Sq3Lite,Sq3Lite-Internal-Memory,sm_
569
571 public native static long HardHeapLimit64 (long N);
572
574 public native static void ReleaseMemory (int N);
575
577 public native static long SoftHeapLimit64 (long N);
578
580 // Sq3Lite_Internal_Memory_JV_API
581
585
586 // doc-key: Sq3Lite,Sq3Lite-Internal-String,sm_
587
589 public native static int StrGlob (String zGlob, String zStr);
590
592 public native static int StrIcmp (String arg0, String arg1);
593
595 public native static int StrLike (String zGlob, String zStr, int cEsc);
596
598 public native static int StrNicmp (String arg0, String arg1, int arg2);
599
601 // Sq3Lite_Internal_String_JV_API
602
606
607 // doc-key: Sq3Lite,Sq3Lite-Setup-libsq3lite,sm_
608
610 public native static void Cleanup ();
611
613 public static void Setup () {
614 SetupTmpl();
615 }
616
618 // Sq3Lite_Setup_libsq3lite_JV_API
619
623
624 // doc-key: Sq3Lite,Sq3Lite-Setup-libsqlite3,sm_
625
627 public native static void Initialize ();
628
630 public native static void OsEnd ();
631
633 public native static void OsInit ();
634
636 public native static void Shutdown ();
637
639 // Sq3Lite_Setup_libsqlite3_JV_API
640
644
645 // doc-key: Sq3Lite,Sq3Lite-Version,sm_
646
648 public native static String Libversion ();
649
651 public native static void LibversionNumber ();
652
654 public native static String Sourceid ();
655
657 // Sq3Lite_Version_JV_API
658
662
663 // doc-key: Sq3Lite,Sq3Lite-Vfs,sm_
664
666 public native static String FilenameDatabase (String F);
667
669 public native static String FilenameJournal (String F);
670
672 public native static String FilenameWal (String F);
673
675 public native static void FreeFilename (String arg0);
676
678 public native static void UriBoolean (String z, String zParam, int bDefault);
679
681 public native static long UriInt64 (String arg0, String arg1, long arg2);
682
684 public native static String UriKey (String z, int N);
685
687 public native static String UriParameter (String z, String zParam);
688
690 // Sq3Lite_Vfs_JV_API
691
692 // END-Sq3Lite - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
693
694}
695
697// end: Sq3Lite_JV_API
Java: enum Sq3DeSerializeEF → C-API
Java: enum Sq3FunctionEF → C-API
Java: enum Sq3IndexConstraintEF → C-API
Java: enum Sq3IoCapEF → C-API
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Definition Sq3Lite.java:125
Java: enum Sq3OpenEF → C-API
Java: enum Sq3PrepareEF → C-API
Java: enum Sq3SyncEF → C-API
Java: enum Sq3TraceEF → C-API
Java: enum Sq3AccessE → C-API
Java: enum Sq3AuthActionE → C-API
Java: enum Sq3AuthReturnE → C-API
Java: enum Sq3ChangeSetConflictE → C-API
Java: enum Sq3ChangesetE → C-API
Java: enum Sq3CheckpointE → C-API
Java: enum Sq3ConfigE → C-API
Java: enum Sq3ConflictResolutionE → C-API
Java: enum Sq3DbConfigE → C-API
Java: enum Sq3DbStatusE → C-API
Java: enum Sq3ErrorE → C-API
Java: enum Sq3ExtendetResultCodesE → C-API
Java: enum Sq3FcntlE → C-API
Java: enum Sq3LimitE → C-API
Java: enum Sq3LockE → C-API
Definition Sq3LockE.java:16
Java: enum Sq3MutexE → C-API
Java: enum Sq3ScanStatE → C-API
Java: enum Sq3SerializeE → C-API
Java: enum Sq3SessionObjConfigE → C-API
Java: enum Sq3ShmLockE → C-API
Java: enum Sq3StatusE → C-API
Java: enum Sq3StmtStatusE → C-API
Java: enum Sq3TestCtrlE → C-API
Java: enum Sq3TextE → C-API
Definition Sq3TextE.java:16
Java: enum Sq3TxnE → C-API
Definition Sq3TxnE.java:16
Java: enum Sq3TypeE → C-API
Definition Sq3TypeE.java:16
Java: enum Sq3VtabE → C-API
Definition Sq3VtabE.java:16
static native String CompileOptionGet(int N)
Java: [static] String CompileOptionGet(int N) → C-API Run-Time Library Compilation Options Diagn...
static native long MemoryHighwater(int resetFlag)
Java: [static] long MemoryHighwater(int resetFlag) → C-API Memory Allocator Statistics …
static native boolean CompileOptionUsed(String zOptName)
Java: [static] boolean CompileOptionUsed(String zOptName) → C-API Run-Time Library Compilation O...
static native long MemoryUsed()
Java: [static] long MemoryUsed() → C-API Memory Allocator Statistics …
static native void Threadsafe()
Java: [static] Threadsafe() → C-API Test To See If The Library Is Threadsafe …
static native int ErrorE_ToInt(Sq3ErrorE value)
Java: [static] int ErrorE_ToInt(Sq3ErrorE value) → C-API return the Sq3ErrorE as integer …
static native int LimitE_ToInt(Sq3LimitE value)
Java: [static] int LimitE_ToInt(Sq3LimitE value) → C-API return the Sq3LimitE as integer …
static native String FunctionEF_ToString(Sq3FunctionEF value)
Java: [static] String FunctionEF_ToString(Sq3FunctionEF value) → C-API return the Sq3FunctionEF ...
static native Sq3TraceEF TraceEF_FromInt(int value)
Java: [static] Sq3TraceEF TraceEF_FromInt(int value) → C-API return the Sq3TraceEF from integer ...
static native String AuthActionE_ToString(Sq3AuthActionE value)
Java: [static] String AuthActionE_ToString(Sq3AuthActionE value) → C-API return the Sq3AuthActio...
static native String ChangesetE_ToString(Sq3ChangesetE value)
Java: [static] String ChangesetE_ToString(Sq3ChangesetE value) → C-API return the Sq3ChangesetE ...
static native Sq3LockE LockE_FromInt(int value)
Java: [static] Sq3LockE LockE_FromInt(int value) → C-API return the Sq3LockE from integer …
static native String TextE_ToString(Sq3TextE value)
Java: [static] String TextE_ToString(Sq3TextE value) → C-API return the Sq3TextE as string …
static native Sq3ChangesetE ChangesetE_FromInt(int value)
Java: [static] Sq3ChangesetE ChangesetE_FromInt(int value) → C-API return the Sq3ChangesetE from...
static native int DeSerializeEF_ToInt(Sq3DeSerializeEF value)
Java: [static] int DeSerializeEF_ToInt(Sq3DeSerializeEF value) → C-API return the Sq3DeSerialize...
static native int AccessE_ToInt(Sq3AccessE value)
Java: [static] int AccessE_ToInt(Sq3AccessE value) → C-API return the Sq3AccessE as integer …
static native int VtabE_ToInt(Sq3VtabE value)
Java: [static] int VtabE_ToInt(Sq3VtabE value) → C-API return the Sq3VtabE as integer …
static native Sq3StatusE StatusE_FromInt(int value)
Java: [static] Sq3StatusE StatusE_FromInt(int value) → C-API return the Sq3StatusE from integer ...
static native int ChangesetE_ToInt(Sq3ChangesetE value)
Java: [static] int ChangesetE_ToInt(Sq3ChangesetE value) → C-API return the Sq3ChangesetE as int...
static native int AuthReturnE_ToInt(Sq3AuthReturnE value)
Java: [static] int AuthReturnE_ToInt(Sq3AuthReturnE value) → C-API return the Sq3AuthReturnE as ...
static native int SessionObjConfigE_ToInt(Sq3SessionObjConfigE value)
Java: [static] int SessionObjConfigE_ToInt(Sq3SessionObjConfigE value) → C-API return the Sq3Ses...
static native Sq3PrepareEF PrepareEF_FromInt(int value)
Java: [static] Sq3PrepareEF PrepareEF_FromInt(int value) → C-API return the Sq3PrepareEF from in...
static native String ConflictResolutionE_ToString(Sq3ConflictResolutionE value)
Java: [static] String ConflictResolutionE_ToString(Sq3ConflictResolutionE value) → C-API return ...
static native Sq3OpenEF OpenEF_FromInt(int value)
Java: [static] Sq3OpenEF OpenEF_FromInt(int value) → C-API return the Sq3OpenEF from integer …
static native int PrepareEF_ToInt(Sq3PrepareEF value)
Java: [static] int PrepareEF_ToInt(Sq3PrepareEF value) → C-API return the Sq3PrepareEF as intege...
static native Sq3MutexE MutexE_FromInt(int value)
Java: [static] Sq3MutexE MutexE_FromInt(int value) → C-API return the Sq3MutexE from integer …
static native String ShmLockE_ToString(Sq3ShmLockE value)
Java: [static] String ShmLockE_ToString(Sq3ShmLockE value) → C-API return the Sq3ShmLockE as str...
static native String SyncEF_ToString(Sq3SyncEF value)
Java: [static] String SyncEF_ToString(Sq3SyncEF value) → C-API return the Sq3SyncEF as string …
static native String TestCtrlE_ToString(Sq3TestCtrlE value)
Java: [static] String TestCtrlE_ToString(Sq3TestCtrlE value) → C-API return the Sq3TestCtrlE as ...
static native String CheckpointE_ToString(Sq3CheckpointE value)
Java: [static] String CheckpointE_ToString(Sq3CheckpointE value) → C-API return the Sq3Checkpoin...
static native Sq3ErrorE ErrorE_FromInt(int value)
Java: [static] Sq3ErrorE ErrorE_FromInt(int value) → C-API return the Sq3ErrorE from integer …
static native Sq3SyncEF SyncEF_FromInt(int value)
Java: [static] Sq3SyncEF SyncEF_FromInt(int value) → C-API return the Sq3SyncEF from integer …
static native Sq3IndexConstraintEF IndexConstraintEF_FromInt(int value)
Java: [static] Sq3IndexConstraintEF IndexConstraintEF_FromInt(int value) → C-API return the Sq3I...
static native String TxnE_ToString(Sq3TxnE value)
Java: [static] String TxnE_ToString(Sq3TxnE value) → C-API return the Sq3TxnE as string …
static native String ConfigE_ToString(Sq3ConfigE value)
Java: [static] String ConfigE_ToString(Sq3ConfigE value) → C-API return the Sq3ConfigE as string...
static native Sq3AuthActionE AuthActionE_FromInt(int value)
Java: [static] Sq3AuthActionE AuthActionE_FromInt(int value) → C-API return the Sq3AuthActionE f...
static native Sq3VtabE VtabE_FromInt(int value)
Java: [static] Sq3VtabE VtabE_FromInt(int value) → C-API return the Sq3VtabE from integer …
static native int IoCapEF_ToInt(Sq3IoCapEF value)
Java: [static] int IoCapEF_ToInt(Sq3IoCapEF value) → C-API return the Sq3IoCapEF as integer …
static native int CheckpointE_ToInt(Sq3CheckpointE value)
Java: [static] int CheckpointE_ToInt(Sq3CheckpointE value) → C-API return the Sq3CheckpointE as ...
static native Sq3LimitE LimitE_FromInt(int value)
Java: [static] Sq3LimitE LimitE_FromInt(int value) → C-API return the Sq3LimitE from integer …
static native int ChangeSetConflictE_ToInt(Sq3ChangeSetConflictE value)
Java: [static] int ChangeSetConflictE_ToInt(Sq3ChangeSetConflictE value) → C-API return the Sq3C...
static native int OpenEF_ToInt(Sq3OpenEF value)
Java: [static] int OpenEF_ToInt(Sq3OpenEF value) → C-API return the Sq3OpenEF as integer …
static native Sq3ScanStatE ScanStatE_FromInt(int value)
Java: [static] Sq3ScanStatE ScanStatE_FromInt(int value) → C-API return the Sq3ScanStatE from in...
static native int MutexE_ToInt(Sq3MutexE value)
Java: [static] int MutexE_ToInt(Sq3MutexE value) → C-API return the Sq3MutexE as integer …
static native Sq3ExtendetResultCodesE ExtendetResultCodesE_FromInt(int value)
Java: [static] Sq3ExtendetResultCodesE ExtendetResultCodesE_FromInt(int value) → C-API return th...
static native String ScanStatE_ToString(Sq3ScanStatE value)
Java: [static] String ScanStatE_ToString(Sq3ScanStatE value) → C-API return the Sq3ScanStatE as ...
static native Sq3TxnE TxnE_FromInt(int value)
Java: [static] Sq3TxnE TxnE_FromInt(int value) → C-API return the Sq3TxnE from integer …
static native String DeSerializeEF_ToString(Sq3DeSerializeEF value)
Java: [static] String DeSerializeEF_ToString(Sq3DeSerializeEF value) → C-API return the Sq3DeSer...
static native String TypeE_ToString(Sq3TypeE value)
Java: [static] String TypeE_ToString(Sq3TypeE value) → C-API return the Sq3TypeE as string …
static native Sq3ChangeSetConflictE ChangeSetConflictE_FromInt(int value)
Java: [static] Sq3ChangeSetConflictE ChangeSetConflictE_FromInt(int value) → C-API return the Sq...
static native Sq3ConfigE ConfigE_FromInt(int value)
Java: [static] Sq3ConfigE ConfigE_FromInt(int value) → C-API return the Sq3ConfigE from integer ...
static native String MutexE_ToString(Sq3MutexE value)
Java: [static] String MutexE_ToString(Sq3MutexE value) → C-API return the Sq3MutexE as string …
static native Sq3IoCapEF IoCapEF_FromInt(int value)
Java: [static] Sq3IoCapEF IoCapEF_FromInt(int value) → C-API return the Sq3IoCapEF from integer ...
static native Sq3SessionObjConfigE SessionObjConfigE_FromInt(int value)
Java: [static] Sq3SessionObjConfigE SessionObjConfigE_FromInt(int value) → C-API return the Sq3S...
static native String AuthReturnE_ToString(Sq3AuthReturnE value)
Java: [static] String AuthReturnE_ToString(Sq3AuthReturnE value) → C-API return the Sq3AuthRetur...
static native int TestCtrlE_ToInt(Sq3TestCtrlE value)
Java: [static] int TestCtrlE_ToInt(Sq3TestCtrlE value) → C-API return the Sq3TestCtrlE as intege...
static native String PrepareEF_ToString(Sq3PrepareEF value)
Java: [static] String PrepareEF_ToString(Sq3PrepareEF value) → C-API return the Sq3PrepareEF as ...
static native int TypeE_ToInt(Sq3TypeE value)
Java: [static] int TypeE_ToInt(Sq3TypeE value) → C-API return the Sq3TypeE as integer …
static native int StatusE_ToInt(Sq3StatusE value)
Java: [static] int StatusE_ToInt(Sq3StatusE value) → C-API return the Sq3StatusE as integer …
static native Sq3SerializeE SerializeE_FromInt(int value)
Java: [static] Sq3SerializeE SerializeE_FromInt(int value) → C-API return the Sq3SerializeE from...
static native int StmtStatusE_ToInt(Sq3StmtStatusE value)
Java: [static] int StmtStatusE_ToInt(Sq3StmtStatusE value) → C-API return the Sq3StmtStatusE as ...
static native int TxnE_ToInt(Sq3TxnE value)
Java: [static] int TxnE_ToInt(Sq3TxnE value) → C-API return the Sq3TxnE as integer …
static native Sq3ShmLockE ShmLockE_FromInt(int value)
Java: [static] Sq3ShmLockE ShmLockE_FromInt(int value) → C-API return the Sq3ShmLockE from integ...
static native String LockE_ToString(Sq3LockE value)
Java: [static] String LockE_ToString(Sq3LockE value) → C-API return the Sq3LockE as string …
static native int FunctionEF_ToInt(Sq3FunctionEF value)
Java: [static] int FunctionEF_ToInt(Sq3FunctionEF value) → C-API return the Sq3FunctionEF as int...
static native String DbStatusE_ToString(Sq3DbStatusE value)
Java: [static] String DbStatusE_ToString(Sq3DbStatusE value) → C-API return the Sq3DbStatusE as ...
static native String StatusE_ToString(Sq3StatusE value)
Java: [static] String StatusE_ToString(Sq3StatusE value) → C-API return the Sq3StatusE as string...
static native Sq3TextE TextE_FromInt(int value)
Java: [static] Sq3TextE TextE_FromInt(int value) → C-API return the Sq3TextE from integer …
static native int TraceEF_ToInt(Sq3TraceEF value)
Java: [static] int TraceEF_ToInt(Sq3TraceEF value) → C-API return the Sq3TraceEF as integer …
static native Sq3DbConfigE DbConfigE_FromInt(int value)
Java: [static] Sq3DbConfigE DbConfigE_FromInt(int value) → C-API return the Sq3DbConfigE from in...
static native String FcntlE_ToString(Sq3FcntlE value)
Java: [static] String FcntlE_ToString(Sq3FcntlE value) → C-API return the Sq3FcntlE as string …
static native Sq3FcntlE FcntlE_FromInt(int value)
Java: [static] Sq3FcntlE FcntlE_FromInt(int value) → C-API return the Sq3FcntlE from integer …
static native Sq3AccessE AccessE_FromInt(int value)
Java: [static] Sq3AccessE AccessE_FromInt(int value) → C-API return the Sq3AccessE from integer ...
static native int ConfigE_ToInt(Sq3ConfigE value)
Java: [static] int ConfigE_ToInt(Sq3ConfigE value) → C-API return the Sq3ConfigE as integer …
static native Sq3AuthReturnE AuthReturnE_FromInt(int value)
Java: [static] Sq3AuthReturnE AuthReturnE_FromInt(int value) → C-API return the Sq3AuthReturnE f...
static native Sq3DeSerializeEF DeSerializeEF_FromInt(int value)
Java: [static] Sq3DeSerializeEF DeSerializeEF_FromInt(int value) → C-API return the Sq3DeSeriali...
static native String IndexConstraintEF_ToString(Sq3IndexConstraintEF value)
Java: [static] String IndexConstraintEF_ToString(Sq3IndexConstraintEF value) → C-API return the ...
static native String OpenEF_ToString(Sq3OpenEF value)
Java: [static] String OpenEF_ToString(Sq3OpenEF value) → C-API return the Sq3OpenEF as string …
static native int ScanStatE_ToInt(Sq3ScanStatE value)
Java: [static] int ScanStatE_ToInt(Sq3ScanStatE value) → C-API return the Sq3ScanStatE as intege...
static native int IndexConstraintEF_ToInt(Sq3IndexConstraintEF value)
Java: [static] int IndexConstraintEF_ToInt(Sq3IndexConstraintEF value) → C-API return the Sq3Ind...
static native int DbStatusE_ToInt(Sq3DbStatusE value)
Java: [static] int DbStatusE_ToInt(Sq3DbStatusE value) → C-API return the Sq3DbStatusE as intege...
static native int FcntlE_ToInt(Sq3FcntlE value)
Java: [static] int FcntlE_ToInt(Sq3FcntlE value) → C-API return the Sq3FcntlE as integer …
static native int LockE_ToInt(Sq3LockE value)
Java: [static] int LockE_ToInt(Sq3LockE value) → C-API return the Sq3LockE as integer …
static native Sq3CheckpointE CheckpointE_FromInt(int value)
Java: [static] Sq3CheckpointE CheckpointE_FromInt(int value) → C-API return the Sq3CheckpointE f...
static native String LimitE_ToString(Sq3LimitE value)
Java: [static] String LimitE_ToString(Sq3LimitE value) → C-API return the Sq3LimitE as string …
static native int SyncEF_ToInt(Sq3SyncEF value)
Java: [static] int SyncEF_ToInt(Sq3SyncEF value) → C-API return the Sq3SyncEF as integer …
static native int ExtendetResultCodesE_ToInt(Sq3ExtendetResultCodesE value)
Java: [static] int ExtendetResultCodesE_ToInt(Sq3ExtendetResultCodesE value) → C-API return the ...
static native String StmtStatusE_ToString(Sq3StmtStatusE value)
Java: [static] String StmtStatusE_ToString(Sq3StmtStatusE value) → C-API return the Sq3StmtStatu...
static native int SerializeE_ToInt(Sq3SerializeE value)
Java: [static] int SerializeE_ToInt(Sq3SerializeE value) → C-API return the Sq3SerializeE as int...
static native Sq3TestCtrlE TestCtrlE_FromInt(int value)
Java: [static] Sq3TestCtrlE TestCtrlE_FromInt(int value) → C-API return the Sq3TestCtrlE from in...
static native String TraceEF_ToString(Sq3TraceEF value)
Java: [static] String TraceEF_ToString(Sq3TraceEF value) → C-API return the Sq3TraceEF as string...
static native String DbConfigE_ToString(Sq3DbConfigE value)
Java: [static] String DbConfigE_ToString(Sq3DbConfigE value) → C-API return the Sq3DbConfigE as ...
static native String ChangeSetConflictE_ToString(Sq3ChangeSetConflictE value)
Java: [static] String ChangeSetConflictE_ToString(Sq3ChangeSetConflictE value) → C-API return th...
static native String ExtendetResultCodesE_ToString(Sq3ExtendetResultCodesE value)
Java: [static] String ExtendetResultCodesE_ToString(Sq3ExtendetResultCodesE value) → C-API retur...
static native Sq3ConflictResolutionE ConflictResolutionE_FromInt(int value)
Java: [static] Sq3ConflictResolutionE ConflictResolutionE_FromInt(int value) → C-API return the ...
static native int ConflictResolutionE_ToInt(Sq3ConflictResolutionE value)
Java: [static] int ConflictResolutionE_ToInt(Sq3ConflictResolutionE value) → C-API return the Sq...
static native int ShmLockE_ToInt(Sq3ShmLockE value)
Java: [static] int ShmLockE_ToInt(Sq3ShmLockE value) → C-API return the Sq3ShmLockE as integer …
static native String AccessE_ToString(Sq3AccessE value)
Java: [static] String AccessE_ToString(Sq3AccessE value) → C-API return the Sq3AccessE as string...
static native int DbConfigE_ToInt(Sq3DbConfigE value)
Java: [static] int DbConfigE_ToInt(Sq3DbConfigE value) → C-API return the Sq3DbConfigE as intege...
static native Sq3TypeE TypeE_FromInt(int value)
Java: [static] Sq3TypeE TypeE_FromInt(int value) → C-API return the Sq3TypeE from integer …
static native String ErrorE_ToString(Sq3ErrorE value)
Java: [static] String ErrorE_ToString(Sq3ErrorE value) → C-API return the Sq3ErrorE as string …
static native Sq3FunctionEF FunctionEF_FromInt(int value)
Java: [static] Sq3FunctionEF FunctionEF_FromInt(int value) → C-API return the Sq3FunctionEF from...
static native String IoCapEF_ToString(Sq3IoCapEF value)
Java: [static] String IoCapEF_ToString(Sq3IoCapEF value) → C-API return the Sq3IoCapEF as string...
static native int TextE_ToInt(Sq3TextE value)
Java: [static] int TextE_ToInt(Sq3TextE value) → C-API return the Sq3TextE as integer …
static native Sq3DbStatusE DbStatusE_FromInt(int value)
Java: [static] Sq3DbStatusE DbStatusE_FromInt(int value) → C-API return the Sq3DbStatusE from in...
static native String SerializeE_ToString(Sq3SerializeE value)
Java: [static] String SerializeE_ToString(Sq3SerializeE value) → C-API return the Sq3SerializeE ...
static native String SessionObjConfigE_ToString(Sq3SessionObjConfigE value)
Java: [static] String SessionObjConfigE_ToString(Sq3SessionObjConfigE value) → C-API return the ...
static native String VtabE_ToString(Sq3VtabE value)
Java: [static] String VtabE_ToString(Sq3VtabE value) → C-API return the Sq3VtabE as string …
static native Sq3StmtStatusE StmtStatusE_FromInt(int value)
Java: [static] Sq3StmtStatusE StmtStatusE_FromInt(int value) → C-API return the Sq3StmtStatusE f...
static native int AuthActionE_ToInt(Sq3AuthActionE value)
Java: [static] int AuthActionE_ToInt(Sq3AuthActionE value) → C-API return the Sq3AuthActionE as ...
static native boolean ErrorCheckI(Sq3ErrorE ret)
Java: [static] boolean ErrorCheckI(Sq3ErrorE ret) → C-API check if ret signal an error …
static native String[] KeywordName(int num)
Java: [static] {kwd:String kwdsz:int} KeywordName(int num) → C-API SQL Keyword Checking …
static native void KeywordCheck(String arg0, int arg1)
Java: [static] KeywordCheck(String arg0, int arg1) → C-API SQL Keyword Checking …
static native void KeywordCount()
Java: [static] KeywordCount() → C-API SQL Keyword Checking …
static native MkBufferC KeywordNameBUF(int num)
Java: [static] MkBufferC KeywordNameBUF(int num) → C-API SQL Keyword Checking …
static native String[] Status(Sq3StatusE op, boolean resetFlag)
Java: [static] {pCurrent:int pHighwater:int} Status(Sq3StatusE op, boolean resetFlag) → C-API SQ...
static native void Complete(String sql)
Java: [static] Complete(String sql) → C-API Determine If An SQL Statement Is Complete …
static native String[] Status64(Sq3StatusE op, boolean resetFlag)
Java: [static] {pCurrent:long pHighwater:long} Status64(Sq3StatusE op, boolean resetFlag) → C-API ...
static native long HardHeapLimit64(long N)
Java: [static] long HardHeapLimit64(long N) → C-API Impose A Limit On Heap Size …
static native long SoftHeapLimit64(long N)
Java: [static] long SoftHeapLimit64(long N) → C-API Impose A Limit On Heap Size …
static native void ReleaseMemory(int N)
Java: [static] ReleaseMemory(int N) → C-API Attempt To Free Heap Memory …
static native int StrLike(String zGlob, String zStr, int cEsc)
Java: [static] int StrLike(String zGlob, String zStr, int cEsc) → C-API String LIKE Matching …
static native int StrGlob(String zGlob, String zStr)
Java: [static] int StrGlob(String zGlob, String zStr) → C-API String Globbing …
static native int StrIcmp(String arg0, String arg1)
Java: [static] int StrIcmp(String arg0, String arg1) → C-API String Comparison …
static native int StrNicmp(String arg0, String arg1, int arg2)
Java: [static] int StrNicmp(String arg0, String arg1, int arg2) → C-API String Comparison …
static void Setup()
Java: [static] Setup() → C-API setup jvsq3lite internal memory …
Definition Sq3Lite.java:613
static native void Cleanup()
Java: [static] Cleanup() → C-API cleanup jvsq3lite internal memory …
static native void OsInit()
Java: [static] OsInit() → C-API Initialize The SQLite Library …
static native void Initialize()
Java: [static] Initialize() → C-API Initialize The SQLite Library …
static native void Shutdown()
Java: [static] Shutdown() → C-API Initialize The SQLite Library …
static native void OsEnd()
Java: [static] OsEnd() → C-API Initialize The SQLite Library …
static void SetupTmpl()
Task: initialize the JAVA → JavaSq3Lite connectivity.
Definition Sq3Lite.java:156
static native String Libversion()
Java: [static] String Libversion() → C-API Run-Time Library Version Numbers …
static native String Sourceid()
Java: [static] String Sourceid() → C-API Run-Time Library Version Numbers …
static native void LibversionNumber()
Java: [static] LibversionNumber() → C-API Run-Time Library Version Numbers …
static native String FilenameDatabase(String F)
Java: [static] String FilenameDatabase(String F) → C-API Translate filenames …
static native void UriBoolean(String z, String zParam, int bDefault)
Java: [static] UriBoolean(String z, String zParam, int bDefault) → C-API Obtain Values For URI P...
static native long UriInt64(String arg0, String arg1, long arg2)
Java: [static] long UriInt64(String arg0, String arg1, long arg2) → C-API Obtain Values For URI ...
static native void FreeFilename(String arg0)
Java: [static] FreeFilename(String arg0) → C-API Create and Destroy VFS Filenames …
static native String UriKey(String z, int N)
Java: [static] String UriKey(String z, int N) → C-API Obtain Values For URI Parameters …
static native String FilenameJournal(String F)
Java: [static] String FilenameJournal(String F) → C-API Translate filenames …
static native String UriParameter(String z, String zParam)
Java: [static] String UriParameter(String z, String zParam) → C-API Obtain Values For URI Parame...
static native String FilenameWal(String F)
Java: [static] String FilenameWal(String F) → C-API Translate filenames …