theSq3Lite 10.0
Loading...
Searching...
No Matches
jvsq3lite.Sq3ExtendetResultCodesE Enum Reference

Java: enum Sq3ExtendetResultCodesE C-API
More...

Public Member Functions

 Sq3ExtendetResultCodesE (int val)
 
int get ()
 

Static Public Member Functions

static Sq3ExtendetResultCodesE set (int val)
 

Public Attributes

 OK =(0 )
 
 ERROR =(1 )
 
 INTERNAL =(2 )
 
 PERM =(3 )
 
 ABORT =(4 )
 
 BUSY =(5 )
 
 LOCKED =(6 )
 
 NOMEM =(7 )
 
 READONLY =(8 )
 
 INTERRUPT =(9 )
 
 IOERR =(10 )
 
 CORRUPT =(11 )
 
 NOTFOUND =(12 )
 
 FULL =(13 )
 
 CANTOPEN =(14 )
 
 PROTOCOL =(15 )
 
 EMPTY =(16 )
 
 SCHEMA =(17 )
 
 TOOBIG =(18 )
 
 CONSTRAINT =(19 )
 
 MISMATCH =(20 )
 
 MISUSE =(21 )
 
 NOLFS =(22 )
 
 AUTH =(23 )
 
 FORMAT =(24 )
 
 RANGE =(25 )
 
 NOTADB =(26 )
 
 NOTICE =(27 )
 
 WARNING =(28 )
 
 ROW =(100 )
 
 DONE =(101 )
 
 ERROR_MISSING_COLLSEQ =(257 )
 
 ERROR_RETRY =(513 )
 
 ERROR_SNAPSHOT =(769 )
 
 IOERR_READ =(266 )
 
 IOERR_SHORT_READ =(522 )
 
 IOERR_WRITE =(778 )
 
 IOERR_FSYNC =(1034)
 
 IOERR_DIR_FSYNC =(1290)
 
 IOERR_TRUNCATE =(1546)
 
 IOERR_FSTAT =(1802)
 
 IOERR_UNLOCK =(2058)
 
 IOERR_RDLOCK =(2314)
 
 IOERR_DELETE =(2570)
 
 IOERR_BLOCKED =(2826)
 
 IOERR_NOMEM =(3082)
 
 IOERR_ACCESS =(3338)
 
 IOERR_CHECKRESERVEDLOCK =(3594)
 
 IOERR_LOCK =(3850)
 
 IOERR_CLOSE =(4106)
 
 IOERR_DIR_CLOSE =(4362)
 
 IOERR_SHMOPEN =(4618)
 
 IOERR_SHMSIZE =(4874)
 
 IOERR_SHMLOCK =(5130)
 
 IOERR_SHMMAP =(5386)
 
 IOERR_SEEK =(5642)
 
 IOERR_DELETE_NOENT =(5898)
 
 IOERR_MMAP =(6154)
 
 IOERR_GETTEMPPATH =(6410)
 
 IOERR_CONVPATH =(6666)
 
 IOERR_VNODE =(6922)
 
 IOERR_AUTH =(7178)
 
 IOERR_BEGIN_ATOMIC =(7434)
 
 IOERR_COMMIT_ATOMIC =(7690)
 
 IOERR_ROLLBACK_ATOMIC =(7946)
 
 IOERR_DATA =(8202)
 
 IOERR_CORRUPTFS =(8458)
 
 IOERR_IN_PAGE =(8714)
 
 LOCKED_SHAREDCACHE =(262 )
 
 LOCKED_VTAB =(518 )
 
 BUSY_RECOVERY =(261 )
 
 BUSY_SNAPSHOT =(517 )
 
 BUSY_TIMEOUT =(773 )
 
 CANTOPEN_NOTEMPDIR =(270 )
 
 CANTOPEN_ISDIR =(526 )
 
 CANTOPEN_FULLPATH =(782 )
 
 CANTOPEN_CONVPATH =(1038)
 
 CANTOPEN_DIRTYWAL =(1294)
 
 CANTOPEN_SYMLINK =(1550)
 
 CORRUPT_VTAB =(267 )
 
 CORRUPT_SEQUENCE =(523 )
 
 CORRUPT_INDEX =(779 )
 
 READONLY_RECOVERY =(264 )
 
 READONLY_CANTLOCK =(520 )
 
 READONLY_ROLLBACK =(776 )
 
 READONLY_DBMOVED =(1032)
 
 READONLY_CANTINIT =(1288)
 
 READONLY_DIRECTORY =(1544)
 
 ABORT_ROLLBACK =(516 )
 
 CONSTRAINT_CHECK =(275 )
 
 CONSTRAINT_COMMITHOOK =(531 )
 
 CONSTRAINT_FOREIGNKEY =(787 )
 
 CONSTRAINT_FUNCTION =(1043)
 
 CONSTRAINT_NOTNULL =(1299)
 
 CONSTRAINT_PRIMARYKEY =(1555)
 
 CONSTRAINT_TRIGGER =(1811)
 
 CONSTRAINT_UNIQUE =(2067)
 
 CONSTRAINT_VTAB =(2323)
 
 CONSTRAINT_ROWID =(2579)
 
 CONSTRAINT_PINNED =(2835)
 
 CONSTRAINT_DATATYPE =(3091)
 
 NOTICE_RECOVER_WAL =(283 )
 
 NOTICE_RECOVER_ROLLBACK =(539 )
 
 NOTICE_RBU =(795 )
 
 WARNING_AUTOINDEX =(284 )
 
 AUTH_USER =(279 )
 
 OK_LOAD_PERMANENTLY =(256 )
 
 OK_SYMLINK =(512 )
 

Detailed Description

Java: enum Sq3ExtendetResultCodesE C-API

Definition at line 16 of file Sq3ExtendetResultCodesE.java.

Constructor & Destructor Documentation

◆ Sq3ExtendetResultCodesE()

jvsq3lite.Sq3ExtendetResultCodesE.Sq3ExtendetResultCodesE ( int val)
inline

Definition at line 126 of file Sq3ExtendetResultCodesE.java.

126{this.value = val;}

Member Function Documentation

◆ get()

int jvsq3lite.Sq3ExtendetResultCodesE.get ( )
inline

Definition at line 127 of file Sq3ExtendetResultCodesE.java.

127{ return value; }

◆ set()

static Sq3ExtendetResultCodesE jvsq3lite.Sq3ExtendetResultCodesE.set ( int val)
inlinestatic

Definition at line 128 of file Sq3ExtendetResultCodesE.java.

128 {
129 return Sq3Lite.ExtendetResultCodesE_FromInt(val);
130 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible

Member Data Documentation

◆ ABORT

jvsq3lite.Sq3ExtendetResultCodesE.ABORT =(4 )

Definition at line 21 of file Sq3ExtendetResultCodesE.java.

◆ ABORT_ROLLBACK

jvsq3lite.Sq3ExtendetResultCodesE.ABORT_ROLLBACK =(516 )

Definition at line 105 of file Sq3ExtendetResultCodesE.java.

◆ AUTH

jvsq3lite.Sq3ExtendetResultCodesE.AUTH =(23 )

Definition at line 40 of file Sq3ExtendetResultCodesE.java.

◆ AUTH_USER

jvsq3lite.Sq3ExtendetResultCodesE.AUTH_USER =(279 )

Definition at line 122 of file Sq3ExtendetResultCodesE.java.

◆ BUSY

jvsq3lite.Sq3ExtendetResultCodesE.BUSY =(5 )

Definition at line 22 of file Sq3ExtendetResultCodesE.java.

◆ BUSY_RECOVERY

jvsq3lite.Sq3ExtendetResultCodesE.BUSY_RECOVERY =(261 )

Definition at line 87 of file Sq3ExtendetResultCodesE.java.

◆ BUSY_SNAPSHOT

jvsq3lite.Sq3ExtendetResultCodesE.BUSY_SNAPSHOT =(517 )

Definition at line 88 of file Sq3ExtendetResultCodesE.java.

◆ BUSY_TIMEOUT

jvsq3lite.Sq3ExtendetResultCodesE.BUSY_TIMEOUT =(773 )

Definition at line 89 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN =(14 )

Definition at line 31 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN_CONVPATH

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN_CONVPATH =(1038)

Definition at line 93 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN_DIRTYWAL

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN_DIRTYWAL =(1294)

Definition at line 94 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN_FULLPATH

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN_FULLPATH =(782 )

Definition at line 92 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN_ISDIR

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN_ISDIR =(526 )

Definition at line 91 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN_NOTEMPDIR

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN_NOTEMPDIR =(270 )

Definition at line 90 of file Sq3ExtendetResultCodesE.java.

◆ CANTOPEN_SYMLINK

jvsq3lite.Sq3ExtendetResultCodesE.CANTOPEN_SYMLINK =(1550)

Definition at line 95 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT =(19 )

Definition at line 36 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_CHECK

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_CHECK =(275 )

Definition at line 106 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_COMMITHOOK

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_COMMITHOOK =(531 )

Definition at line 107 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_DATATYPE

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_DATATYPE =(3091)

Definition at line 117 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_FOREIGNKEY

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_FOREIGNKEY =(787 )

Definition at line 108 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_FUNCTION

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_FUNCTION =(1043)

Definition at line 109 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_NOTNULL

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_NOTNULL =(1299)

Definition at line 110 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_PINNED

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_PINNED =(2835)

Definition at line 116 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_PRIMARYKEY

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_PRIMARYKEY =(1555)

Definition at line 111 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_ROWID

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_ROWID =(2579)

Definition at line 115 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_TRIGGER

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_TRIGGER =(1811)

Definition at line 112 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_UNIQUE

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_UNIQUE =(2067)

Definition at line 113 of file Sq3ExtendetResultCodesE.java.

◆ CONSTRAINT_VTAB

jvsq3lite.Sq3ExtendetResultCodesE.CONSTRAINT_VTAB =(2323)

Definition at line 114 of file Sq3ExtendetResultCodesE.java.

◆ CORRUPT

jvsq3lite.Sq3ExtendetResultCodesE.CORRUPT =(11 )

Definition at line 28 of file Sq3ExtendetResultCodesE.java.

◆ CORRUPT_INDEX

jvsq3lite.Sq3ExtendetResultCodesE.CORRUPT_INDEX =(779 )

Definition at line 98 of file Sq3ExtendetResultCodesE.java.

◆ CORRUPT_SEQUENCE

jvsq3lite.Sq3ExtendetResultCodesE.CORRUPT_SEQUENCE =(523 )

Definition at line 97 of file Sq3ExtendetResultCodesE.java.

◆ CORRUPT_VTAB

jvsq3lite.Sq3ExtendetResultCodesE.CORRUPT_VTAB =(267 )

Definition at line 96 of file Sq3ExtendetResultCodesE.java.

◆ DONE

jvsq3lite.Sq3ExtendetResultCodesE.DONE =(101 )

Definition at line 47 of file Sq3ExtendetResultCodesE.java.

◆ EMPTY

jvsq3lite.Sq3ExtendetResultCodesE.EMPTY =(16 )

Definition at line 33 of file Sq3ExtendetResultCodesE.java.

◆ ERROR

jvsq3lite.Sq3ExtendetResultCodesE.ERROR =(1 )

Definition at line 18 of file Sq3ExtendetResultCodesE.java.

◆ ERROR_MISSING_COLLSEQ

jvsq3lite.Sq3ExtendetResultCodesE.ERROR_MISSING_COLLSEQ =(257 )

Definition at line 48 of file Sq3ExtendetResultCodesE.java.

◆ ERROR_RETRY

jvsq3lite.Sq3ExtendetResultCodesE.ERROR_RETRY =(513 )

Definition at line 49 of file Sq3ExtendetResultCodesE.java.

◆ ERROR_SNAPSHOT

jvsq3lite.Sq3ExtendetResultCodesE.ERROR_SNAPSHOT =(769 )

Definition at line 50 of file Sq3ExtendetResultCodesE.java.

◆ FORMAT

jvsq3lite.Sq3ExtendetResultCodesE.FORMAT =(24 )

Definition at line 41 of file Sq3ExtendetResultCodesE.java.

◆ FULL

jvsq3lite.Sq3ExtendetResultCodesE.FULL =(13 )

Definition at line 30 of file Sq3ExtendetResultCodesE.java.

◆ INTERNAL

jvsq3lite.Sq3ExtendetResultCodesE.INTERNAL =(2 )

Definition at line 19 of file Sq3ExtendetResultCodesE.java.

◆ INTERRUPT

jvsq3lite.Sq3ExtendetResultCodesE.INTERRUPT =(9 )

Definition at line 26 of file Sq3ExtendetResultCodesE.java.

◆ IOERR

jvsq3lite.Sq3ExtendetResultCodesE.IOERR =(10 )

Definition at line 27 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_ACCESS

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_ACCESS =(3338)

Definition at line 63 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_AUTH

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_AUTH =(7178)

Definition at line 78 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_BEGIN_ATOMIC

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_BEGIN_ATOMIC =(7434)

Definition at line 79 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_BLOCKED

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_BLOCKED =(2826)

Definition at line 61 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_CHECKRESERVEDLOCK

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_CHECKRESERVEDLOCK =(3594)

Definition at line 64 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_CLOSE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_CLOSE =(4106)

Definition at line 66 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_COMMIT_ATOMIC

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_COMMIT_ATOMIC =(7690)

Definition at line 80 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_CONVPATH

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_CONVPATH =(6666)

Definition at line 76 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_CORRUPTFS

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_CORRUPTFS =(8458)

Definition at line 83 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_DATA

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_DATA =(8202)

Definition at line 82 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_DELETE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_DELETE =(2570)

Definition at line 60 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_DELETE_NOENT

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_DELETE_NOENT =(5898)

Definition at line 73 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_DIR_CLOSE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_DIR_CLOSE =(4362)

Definition at line 67 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_DIR_FSYNC

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_DIR_FSYNC =(1290)

Definition at line 55 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_FSTAT

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_FSTAT =(1802)

Definition at line 57 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_FSYNC

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_FSYNC =(1034)

Definition at line 54 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_GETTEMPPATH

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_GETTEMPPATH =(6410)

Definition at line 75 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_IN_PAGE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_IN_PAGE =(8714)

Definition at line 84 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_LOCK

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_LOCK =(3850)

Definition at line 65 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_MMAP

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_MMAP =(6154)

Definition at line 74 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_NOMEM

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_NOMEM =(3082)

Definition at line 62 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_RDLOCK

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_RDLOCK =(2314)

Definition at line 59 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_READ

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_READ =(266 )

Definition at line 51 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_ROLLBACK_ATOMIC

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_ROLLBACK_ATOMIC =(7946)

Definition at line 81 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_SEEK

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_SEEK =(5642)

Definition at line 72 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_SHMLOCK

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_SHMLOCK =(5130)

Definition at line 70 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_SHMMAP

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_SHMMAP =(5386)

Definition at line 71 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_SHMOPEN

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_SHMOPEN =(4618)

Definition at line 68 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_SHMSIZE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_SHMSIZE =(4874)

Definition at line 69 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_SHORT_READ

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_SHORT_READ =(522 )

Definition at line 52 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_TRUNCATE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_TRUNCATE =(1546)

Definition at line 56 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_UNLOCK

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_UNLOCK =(2058)

Definition at line 58 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_VNODE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_VNODE =(6922)

Definition at line 77 of file Sq3ExtendetResultCodesE.java.

◆ IOERR_WRITE

jvsq3lite.Sq3ExtendetResultCodesE.IOERR_WRITE =(778 )

Definition at line 53 of file Sq3ExtendetResultCodesE.java.

◆ LOCKED

jvsq3lite.Sq3ExtendetResultCodesE.LOCKED =(6 )

Definition at line 23 of file Sq3ExtendetResultCodesE.java.

◆ LOCKED_SHAREDCACHE

jvsq3lite.Sq3ExtendetResultCodesE.LOCKED_SHAREDCACHE =(262 )

Definition at line 85 of file Sq3ExtendetResultCodesE.java.

◆ LOCKED_VTAB

jvsq3lite.Sq3ExtendetResultCodesE.LOCKED_VTAB =(518 )

Definition at line 86 of file Sq3ExtendetResultCodesE.java.

◆ MISMATCH

jvsq3lite.Sq3ExtendetResultCodesE.MISMATCH =(20 )

Definition at line 37 of file Sq3ExtendetResultCodesE.java.

◆ MISUSE

jvsq3lite.Sq3ExtendetResultCodesE.MISUSE =(21 )

Definition at line 38 of file Sq3ExtendetResultCodesE.java.

◆ NOLFS

jvsq3lite.Sq3ExtendetResultCodesE.NOLFS =(22 )

Definition at line 39 of file Sq3ExtendetResultCodesE.java.

◆ NOMEM

jvsq3lite.Sq3ExtendetResultCodesE.NOMEM =(7 )

Definition at line 24 of file Sq3ExtendetResultCodesE.java.

◆ NOTADB

jvsq3lite.Sq3ExtendetResultCodesE.NOTADB =(26 )

Definition at line 43 of file Sq3ExtendetResultCodesE.java.

◆ NOTFOUND

jvsq3lite.Sq3ExtendetResultCodesE.NOTFOUND =(12 )

Definition at line 29 of file Sq3ExtendetResultCodesE.java.

◆ NOTICE

jvsq3lite.Sq3ExtendetResultCodesE.NOTICE =(27 )

Definition at line 44 of file Sq3ExtendetResultCodesE.java.

◆ NOTICE_RBU

jvsq3lite.Sq3ExtendetResultCodesE.NOTICE_RBU =(795 )

Definition at line 120 of file Sq3ExtendetResultCodesE.java.

◆ NOTICE_RECOVER_ROLLBACK

jvsq3lite.Sq3ExtendetResultCodesE.NOTICE_RECOVER_ROLLBACK =(539 )

Definition at line 119 of file Sq3ExtendetResultCodesE.java.

◆ NOTICE_RECOVER_WAL

jvsq3lite.Sq3ExtendetResultCodesE.NOTICE_RECOVER_WAL =(283 )

Definition at line 118 of file Sq3ExtendetResultCodesE.java.

◆ OK

jvsq3lite.Sq3ExtendetResultCodesE.OK =(0 )

Definition at line 17 of file Sq3ExtendetResultCodesE.java.

◆ OK_LOAD_PERMANENTLY

jvsq3lite.Sq3ExtendetResultCodesE.OK_LOAD_PERMANENTLY =(256 )

Definition at line 123 of file Sq3ExtendetResultCodesE.java.

◆ OK_SYMLINK

jvsq3lite.Sq3ExtendetResultCodesE.OK_SYMLINK =(512 )

Definition at line 124 of file Sq3ExtendetResultCodesE.java.

◆ PERM

jvsq3lite.Sq3ExtendetResultCodesE.PERM =(3 )

Definition at line 20 of file Sq3ExtendetResultCodesE.java.

◆ PROTOCOL

jvsq3lite.Sq3ExtendetResultCodesE.PROTOCOL =(15 )

Definition at line 32 of file Sq3ExtendetResultCodesE.java.

◆ RANGE

jvsq3lite.Sq3ExtendetResultCodesE.RANGE =(25 )

Definition at line 42 of file Sq3ExtendetResultCodesE.java.

◆ READONLY

jvsq3lite.Sq3ExtendetResultCodesE.READONLY =(8 )

Definition at line 25 of file Sq3ExtendetResultCodesE.java.

◆ READONLY_CANTINIT

jvsq3lite.Sq3ExtendetResultCodesE.READONLY_CANTINIT =(1288)

Definition at line 103 of file Sq3ExtendetResultCodesE.java.

◆ READONLY_CANTLOCK

jvsq3lite.Sq3ExtendetResultCodesE.READONLY_CANTLOCK =(520 )

Definition at line 100 of file Sq3ExtendetResultCodesE.java.

◆ READONLY_DBMOVED

jvsq3lite.Sq3ExtendetResultCodesE.READONLY_DBMOVED =(1032)

Definition at line 102 of file Sq3ExtendetResultCodesE.java.

◆ READONLY_DIRECTORY

jvsq3lite.Sq3ExtendetResultCodesE.READONLY_DIRECTORY =(1544)

Definition at line 104 of file Sq3ExtendetResultCodesE.java.

◆ READONLY_RECOVERY

jvsq3lite.Sq3ExtendetResultCodesE.READONLY_RECOVERY =(264 )

Definition at line 99 of file Sq3ExtendetResultCodesE.java.

◆ READONLY_ROLLBACK

jvsq3lite.Sq3ExtendetResultCodesE.READONLY_ROLLBACK =(776 )

Definition at line 101 of file Sq3ExtendetResultCodesE.java.

◆ ROW

jvsq3lite.Sq3ExtendetResultCodesE.ROW =(100 )

Definition at line 46 of file Sq3ExtendetResultCodesE.java.

◆ SCHEMA

jvsq3lite.Sq3ExtendetResultCodesE.SCHEMA =(17 )

Definition at line 34 of file Sq3ExtendetResultCodesE.java.

◆ TOOBIG

jvsq3lite.Sq3ExtendetResultCodesE.TOOBIG =(18 )

Definition at line 35 of file Sq3ExtendetResultCodesE.java.

◆ WARNING

jvsq3lite.Sq3ExtendetResultCodesE.WARNING =(28 )

Definition at line 45 of file Sq3ExtendetResultCodesE.java.

◆ WARNING_AUTOINDEX

jvsq3lite.Sq3ExtendetResultCodesE.WARNING_AUTOINDEX =(284 )

Definition at line 121 of file Sq3ExtendetResultCodesE.java.


The documentation for this enum was generated from the following file: