Skip to main content

ProcRow

Type Alias ProcRow 

Source
pub type ProcRow = Vec<TypedValue>;
Expand description

A row of typed results, ordered by column index (matching ProcedureSignature.columns).

Aliased Typeยง

pub struct ProcRow { /* private fields */ }