jsonb_extract_path_text_2

Type Alias jsonb_extract_path_text_2 

Source
pub type jsonb_extract_path_text_2<json, text_1, text_2> = jsonb_extract_path_text_2<<json as Expression>::SqlType, <text_1 as Expression>::SqlType, <text_2 as Expression>::SqlType, json, text_1, text_2>;
Expand description

Return type of the jsonb_extract_path_text_2() SQL function.

Aliased Typeยง

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