pub type CTEView<'a, Table, Query> = CTEView<'a, PostgresValue<'a>, Table, Query>;Expand description
A typed PostgreSQL CTE view.
Aliased Type§
pub struct CTEView<'a, Table, Query> {
pub table: Table,
/* private fields */
}Fields§
§table: TableThe aliased table used for typed field access.