Click or drag to resize

SQLiteStatus Enumeration

[Missing <summary> documentation for "T:LiteCore.Interop.SQLiteStatus"]

Namespace:  LiteCore.Interop
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public enum SQLiteStatus
Members
  Member nameValueDescription
Ok0
Error1
Internal2
Perm3
Abort4
Busy5
Locked6
NoMem7
ReadOnly8
Interrupt9
IoErr10
Corrupt11
NotFound12
Full13
CantOpen14
Protocol15
Empty16
Schema17
TooBig18
Constraint19
Mismatch20
Misuse21
NoLfs22
Auth23
Format24
Range25
NotADb26
Notice27
Warning28
Row29
Done30
See Also