jsonb_object

Type Alias jsonb_object 

Source
pub type jsonb_object<text_array> = jsonb_object<<text_array as Expression>::SqlType, text_array>;
Expand description

Return type of the jsonb_object() SQL function.

Aliased Typeยง

pub struct jsonb_object<text_array> { /* private fields */ }