SQLite
Classes for working directly with SQLite
Classes
| Name | Description | |
|---|---|---|
| SqliteStatement | Executes SQLite SQL statements. | |
| SqliteValue | Value of a column in a row of an SQLite SQL query result. |
Enumerations
| Name | Description | |
|---|---|---|
| SqliteValueType | Data type of a value in in an SQLite SQL query result. |
Namespaces
| Name | Description | |
|---|---|---|
| SqliteStatement |
Type Aliases
| Name | Description | |
|---|---|---|
| BindParameter | parameter Index (1-based), or name of the parameter (including the initial ':', '@' or ' |