pub type json_remove_2<json, path_1, path_2> = json_remove_2<<json as Expression>::SqlType, json, path_1, path_2>;
Available on crate feature
sqlite
only.Expand description
Return type of the json_remove_2()
SQL function.
Aliased Typeยง
pub struct json_remove_2<json, path_1, path_2> { /* private fields */ }