Skip to main content

jsonb_object_with_keys_and_values

Type Alias jsonb_object_with_keys_and_values 

Source
pub type jsonb_object_with_keys_and_values<keys, values> = jsonb_object_with_keys_and_values<<keys as Expression>::SqlType, <values as Expression>::SqlType, keys, values>;
Expand description

Return type of the jsonb_object_with_keys_and_values() SQL function.

Aliased Typeยง

pub struct jsonb_object_with_keys_and_values<keys, values> { /* private fields */ }