Skip to main content

jsonb_extract_path_1

Type Alias jsonb_extract_path_1 

Source
pub type jsonb_extract_path_1<J, T1, json, text_1> = jsonb_extract_path_1<J, T1, <json as AsExpression<J>>::Expression, <text_1 as AsExpression<T1>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of jsonb_extract_path_1()

Aliased Typeยง

pub struct jsonb_extract_path_1<J, T1, json, text_1> { /* private fields */ }