jsonb_typeof

Type Alias jsonb_typeof 

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

Return type of the jsonb_typeof() SQL function.

Aliased Typeยง

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