Skip to main content

json_extract_integer

Type Alias json_extract_integer 

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

Return type of the json_extract_integer() SQL function.

Aliased Typeยง

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