Type Alias json_array_length

Source
pub type json_array_length<j> = json_array_length<<j as Expression>::SqlType, j>;
Expand description

Return type of the json_array_length() SQL function.

Aliased Typeยง

pub struct json_array_length<j> { /* private fields */ }