Skip to main content

json_set_2

Type Alias json_set_2 

Source
pub type json_set_2<json, path_1, value_1, path_2, value_2> = json_set_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 feature __sqlite-shared only.
Expand description

Return type of the json_set_2() SQL function.

Aliased Typeยง

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