json_array_length_with_path

Type Alias json_array_length_with_path 

Source
pub type json_array_length_with_path<j, path> = json_array_length_with_path<<j as Expression>::SqlType, j, path>;
Available on crate feature sqlite only.
Expand description

Return type of the json_array_length_with_path() SQL function.

Aliased Typeยง

pub struct json_array_length_with_path<j, path> { /* private fields */ }