Skip to main content

json_set_1

Type Alias json_set_1 

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

Return type of the json_set_1() SQL function.

Aliased Typeยง

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