Skip to main content

jsonb_extract_path_2

Type Alias jsonb_extract_path_2 

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

The return type of jsonb_extract_path_2()

Aliased Typeยง

pub struct jsonb_extract_path_2<J, T1, T2, json, text_1, text_2> { /* private fields */ }