Skip to main content

CTEView

Type Alias CTEView 

Source
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: Table

The aliased table used for typed field access.