pub type jsonb_extract_jsonb_2<json, text_1, text_2> = jsonb_extract_jsonb_2<<json as Expression>::SqlType, json, text_1, text_2>;Available on crate feature
__sqlite-shared only.Expand description
Return type of the jsonb_extract_jsonb_2() SQL function.
Aliased Typeยง
pub struct jsonb_extract_jsonb_2<json, text_1, text_2> { /* private fields */ }