json_typeof

Type Alias json_typeof 

Source
pub type json_typeof<e> = json_typeof<<e as Expression>::SqlType, e>;
Expand description

Return type of the json_typeof() SQL function.

Aliased Typeยง

pub struct json_typeof<e> { /* private fields */ }