interestingapi::schema::interesting

Type Alias BoxedQuery

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