Enum sqlpop::ast::SelectTable [] [src]

pub enum SelectTable {
    Table(QualifiedNameOption<As>, Option<Indexed>),
    TableCall(QualifiedNameOption<Vec<Expr>>, Option<As>),
    Select(SelectOption<As>),
    Sub(FromClauseOption<As>),
}

Variants

Trait Implementations

impl Clone for SelectTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SelectTable
[src]

Formats the value using the given formatter.

impl PartialEq for SelectTable
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SelectTable
[src]