SqliteValueType Enumeration
Data type of a value in in an SQLite SQL query result. See also:
Members
| Name | Value | Description | 
|---|---|---|
| Blob | ||
| Double | ||
| Integer | ||
| Null | ||
| String | 
Defined in
- core/backend/src/SqliteStatement.ts Line 538
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.