journalapi::schema::homework

Type Alias BoxedQuery

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