Expand description
Parameterized SQL compilation for fixed and variable-length query patterns.
Structs§
- Compile
Options - Runtime options injected by the caller to scope and cap query execution.
- Compiled
Query - Parameterized read-only SQL plus the metadata required to decode its result.
- Truncation
Check - Instructions for stripping a row-cap sentinel after execution.
Functions§
- compile
- Compiles
queryto parameterized, read-only SQL underopts.