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