Expand description
Cached execution descriptors shared by statement dispatch and fast paths.
Structs§
- Compiled
Count Distinct - Pre-bound state for
COUNT(DISTINCT column). - Compiled
Count Star - Pre-bound state for
COUNT(*). - Compiled
Insert - Schema-derived INSERT state reused by cached statements.
- Compiled
PkDelete - Pre-bound state for a primary-key DELETE.
- Compiled
PkLookup - Pre-bound state for
SELECT * ... WHERE pk = value. - Compiled
PkUpdate - Pre-bound state for a primary-key UPDATE.
- Compiled
Update Column - One pre-bound UPDATE assignment.
Enums§
- Compiled
Execution - Cached execution state selected by statement dispatch.
- PkValue
Source - How a compiled statement obtains its primary-key value.
- Update
Value Source - How a compiled UPDATE obtains an assignment value.