jsonb_extract_path_text_1

Type Alias jsonb_extract_path_text_1 

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

Return type of the jsonb_extract_path_text_1() SQL function.

Aliased Typeยง

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