Skip to main content

ExecutionResult

Type Alias ExecutionResult 

Source
pub type ExecutionResult = Box<dyn QueryResult>;
Expand description

Internal streaming output of SQL execution.

The public embedded cursor adapts this value at the API boundary; API row and cursor types never implement the lower-level execution contract.

Aliased Typeยง

pub struct ExecutionResult(/* private fields */);