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