Type Alias BoxedQuery
pub type BoxedQuery<'a, DB, ST = (Nullable<Timestamp>, Nullable<Int4>, Int4, Uuid, Nullable<Varchar>, Uuid, Nullable<Uuid>, Nullable<Array<Uuid>>, Timestamp, Int4, Int4, Int4, Nullable<Int4>, Nullable<Varchar>, Nullable<Uuid>, Nullable<Jsonb>, Int4, Nullable<Uuid>, Nullable<Int4>, Nullable<Timestamp>, Nullable<Jsonb>, Bool, Bool, Bool, Bool, Bool, Bool, Array<Uuid>, Varchar)> = BoxedSelectStatement<'a, ST, table, DB>;
Expand description
Helper type for representing a boxed query from this table
Aliased Typeยง
struct BoxedQuery<'a, DB, ST = (Nullable<Timestamp>, Nullable<Int4>, Int4, Uuid, Nullable<Varchar>, Uuid, Nullable<Uuid>, Nullable<Array<Uuid>>, Timestamp, Int4, Int4, Int4, Nullable<Int4>, Nullable<Varchar>, Nullable<Uuid>, Nullable<Jsonb>, Int4, Nullable<Uuid>, Nullable<Int4>, Nullable<Timestamp>, Nullable<Jsonb>, Bool, Bool, Bool, Bool, Bool, Bool, Array<Uuid>, Varchar)> { /* private fields */ }