Enum SQLite3.ColType
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Syntax
public enum ColType
Fields
| Name | Description | Value |
|---|---|---|
| Integer | 1 | |
| Float | 2 | |
| Text | 3 | |
| Blob | 4 | |
| Null | 5 |
public enum ColType
| Name | Description | Value |
|---|---|---|
| Integer | 1 | |
| Float | 2 | |
| Text | 3 | |
| Blob | 4 | |
| Null | 5 |