Skip to main content

jsonb_insert_2

Type Alias jsonb_insert_2 

Source
pub type jsonb_insert_2<json, path_1, value_1, path_2, value_2> = jsonb_insert_2<<json as Expression>::SqlType, <value_1 as Expression>::SqlType, <value_2 as Expression>::SqlType, json, path_1, value_1, path_2, value_2>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

Return type of the jsonb_insert_2() SQL function.

Aliased Typeยง

pub struct jsonb_insert_2<json, path_1, value_1, path_2, value_2> { /* private fields */ }