polyglotapi::schema::download_text

Type Alias BoxedQuery

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