ProcessCore.SQL Namespace
| Type/Module | Description |
|
CRUD façade for the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
Minimal driver contract implemented by runtime-specific SQLite adapters
( |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
Row of the |
|
|
Row of the |
|
|
Read-only façade for the |
|
|
CRUD façade for the |
|
|
Direction tag for a row in the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
Read-only façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
CRUD façade for the |
|
|
Row of the |
|
|
Static catalogue of Table{TRow} descriptors, one per persisted table in the data model. |
|
|
Bidirectional codecs between row records and the on-the-wire SqlRow / SqlParameters representations consumed by ISqliteDriver. |
|
|
A single named parameter bound to an SqlValue, used to compose SqlParameters. |
|
|
An ordered collection of SqlParameter values bound to a single SQL command. |
|
|
Helpers for extracting strongly-typed values from a SqlRow.
All helpers raise with a fully qualified |
|
|
A single result-set row, keyed by column name. Driver implementations populate this map from the underlying engine's row representation (ADO.NET reader, better-sqlite3 object, Python tuple, …). |
|
|
Helpers for constructing SqlValue instances from primitive values and for extracting strongly-typed values back out, with descriptive errors when the underlying case does not match the expected SQLite storage class. |
|
|
SQLite values supported by the shared, Fable-compatible API surface. |
|
|
Schema metadata for a single SQLite table or view, paired with the codec functions that
translate between rows of type |
ProcessCore