Click or drag to resize

SQLite3Result Enumeration

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum Result
Members
  Member nameValueDescription
OK0
Error1
Internal2
Perm3
Abort4
Busy5
Locked6
NoMem7
ReadOnly8
Interrupt9
IOError10
Corrupt11
NotFound12
Full13
CannotOpen14
LockErr15
Empty16
SchemaChngd17
TooBig18
Constraint19
Mismatch20
Misuse21
NotImplementedLFS22
AccessDenied23
Format24
Range25
NonDBFile26
Notice27
Warning28
Row100
Done101
See Also