Skip to main content

json_insert_1

Type Alias json_insert_1 

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

Return type of the json_insert_1() SQL function.

Aliased Typeยง

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