Skip to main content

json_extract_json_2

Type Alias json_extract_json_2 

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

Return type of the json_extract_json_2() SQL function.

Aliased Typeยง

pub struct json_extract_json_2<json, text_1, text_2> { /* private fields */ }