pub type RetrieveAsObjectSqlite<Lhs, Rhs> = Grouped<RetrieveAsObjectSqlite<Lhs, AsExprOf<<Rhs as JsonIndex>::Expression, <<Rhs as JsonIndex>::Expression as Expression>::SqlType>>>;Available on crate features
sqlite and postgres_backend only.Expand description
The return type of lhs.retrieve_as_object(rhs)
Note: SQLite’s -> operator always returns JSON (TEXT representation), not JSONB
Aliased Type§
pub struct RetrieveAsObjectSqlite<Lhs, Rhs>(/* private fields */);