Skip to main content

jsonb_extract_integer

Type Alias jsonb_extract_integer 

Source
pub type jsonb_extract_integer<J, json, text> = jsonb_extract_integer<J, <json as AsExpression<J>>::Expression, <text as AsExpression<Text>>::Expression>;
Available on crate feature __sqlite-shared only.
Expand description

The return type of jsonb_extract_integer()

Aliased Typeยง

pub struct jsonb_extract_integer<J, json, text> { /* private fields */ }