Skip to main content

jsonb_insert_2

Type Alias jsonb_insert_2 

Source
pub type jsonb_insert_2<J, V1, V2, json, path_1, value_1, path_2, value_2> = jsonb_insert_2<J, V1, V2, <json as AsExpression<J>>::Expression, <path_1 as AsExpression<Text>>::Expression, <value_1 as AsExpression<V1>>::Expression, <path_2 as AsExpression<Text>>::Expression, <value_2 as AsExpression<V2>>::Expression>;
Available on crate feature __sqlite-shared only.
Expand description

The return type of jsonb_insert_2()

Aliased Typeยง

pub struct jsonb_insert_2<J, V1, V2, json, path_1, value_1, path_2, value_2> { /* private fields */ }