Skip to main content

Module result

Module result 

Source
Expand description

Result rows returned by Engine::sql.

Modules§

completion
Command completion owned by the plan that executed, including delegated EXECUTE.

Structs§

ExplainAnalysis
Execution measurements supplied to EXPLAIN rendering.
SQLResult

Enums§

SQLResultKind
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.

Type Aliases§

ResultRow