jsonb_set_lax

Type Alias jsonb_set_lax 

Source
pub type jsonb_set_lax<base, path, new_value, create_if_missing, null_value_treatment> = jsonb_set_lax<<base as Expression>::SqlType, <path as Expression>::SqlType, base, path, new_value, create_if_missing, null_value_treatment>;
Expand description

Return type of the jsonb_set_lax() SQL function.

Aliased Typeยง

pub struct jsonb_set_lax<base, path, new_value, create_if_missing, null_value_treatment> { /* private fields */ }