Expand description
Result rows returned by Engine::sql.
Modules§
- completion
- Command completion owned by the plan that executed, including delegated EXECUTE.
Structs§
- Explain
Analysis - Execution measurements supplied to EXPLAIN rendering.
- SQLResult
Enums§
- SQLResult
Kind - Whether execution produced a row descriptor, independently of its column or row count.
Functions§
- format_
postgres_ text - Format a non-NULL result value using its declared type and optional catalog resolver. NULL remains separate from text in the calling result protocol.