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