Skip to main content

jsonb_extract_string

Type Alias jsonb_extract_string 

Source
pub type jsonb_extract_string<json, text> = jsonb_extract_string<<json as Expression>::SqlType, json, text>;
Expand description

Return type of the jsonb_extract_string() SQL function.

Aliased Typeยง

pub struct jsonb_extract_string<json, text> { /* private fields */ }