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