assignmentapi::schema::question_bank

Type Alias BoxedQuery

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