pub type jsonb_replace_1<J, V1, json, path_1, value_1> = jsonb_replace_1<J, V1, <json as AsExpression<J>>::Expression, <path_1 as AsExpression<Text>>::Expression, <value_1 as AsExpression<V1>>::Expression>;Available on crate feature
__sqlite-shared only.Expand description
The return type of jsonb_replace_1()
Aliased Typeยง
pub struct jsonb_replace_1<J, V1, json, path_1, value_1> { /* private fields */ }