Enum SQLite3.Result
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Syntax
public enum Result
Fields
| Name | Description | Value | 
|---|---|---|
| Abort | ||
| AccessDenied | ||
| Busy | ||
| CannotOpen | ||
| Constraint | ||
| Corrupt | ||
| Done | ||
| Empty | ||
| Error | ||
| Format | ||
| Full | ||
| Internal | ||
| Interrupt | ||
| IOError | ||
| Locked | ||
| LockErr | ||
| Mismatch | ||
| Misuse | ||
| NoMem | ||
| NonDBFile | ||
| NotFound | ||
| Notice | ||
| NotImplementedLFS | ||
| OK | ||
| Perm | ||
| Range | ||
| ReadOnly | ||
| Row | ||
| SchemaChngd | ||
| TooBig | ||
| Warning |