Skip to main content

json_object_with_keys_and_values

Type Alias json_object_with_keys_and_values 

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

Return type of the json_object_with_keys_and_values() SQL function.

Aliased Typeยง

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