Skip to main content

json_extract_string

Type Alias json_extract_string 

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

Return type of the json_extract_string() SQL function.

Aliased Typeยง

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