Type Alias BoxedQuery
pub type BoxedQuery<'a, DB, ST = (Uuid, Nullable<Int4>, Nullable<Uuid>, Nullable<Timestamp>, Uuid, Text, Nullable<Varchar>, Nullable<Varchar>, Uuid, Nullable<Varchar>, Nullable<Timestamp>, Nullable<Varchar>, Nullable<Int4>, Nullable<Timestamp>, 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<Int4>, Nullable<Uuid>, Nullable<Timestamp>, Uuid, Text, Nullable<Varchar>, Nullable<Varchar>, Uuid, Nullable<Varchar>, Nullable<Timestamp>, Nullable<Varchar>, Nullable<Int4>, Nullable<Timestamp>, Uuid)> { /* private fields */ }