json_remove_1

Type Alias json_remove_1 

Source
pub type json_remove_1<json, path_1> = json_remove_1<<json as Expression>::SqlType, json, path_1>;
Available on crate feature sqlite only.
Expand description

Return type of the json_remove_1() SQL function.

Aliased Typeยง

pub struct json_remove_1<json, path_1> { /* private fields */ }