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