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