Skip to main content

jsonb_populate_record

Type Alias jsonb_populate_record 

Source
pub type jsonb_populate_record<base, from_json> = jsonb_populate_record<<base as Expression>::SqlType, <from_json as Expression>::SqlType, base, from_json>;
Expand description

Return type of the jsonb_populate_record() SQL function.

Aliased Typeยง

pub struct jsonb_populate_record<base, from_json> { /* private fields */ }