Struct rustorm::query::TableName [] [src]

pub struct TableName {
    pub schema: Option<String>,
    pub name: String,
    pub columns: Vec<ColumnName>,
}

Fields

schema
name
columns

optional columns needed when rename for conflicting columns are needed

Methods

impl TableName

fn from_str(str: &str) -> Self

fn complete_name(&self) -> String

Trait Implementations

impl PartialEq for TableName

fn eq(&self, other: &Self) -> bool

fn ne(&self, other: &Self) -> bool

impl Display for TableName

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for TableName

fn clone(&self) -> TableName

fn clone_from(&mut self, source: &Self)

impl Debug for TableName

fn fmt(&self, __arg_0: &mut Formatter) -> Result