Struct rustorm::table::Table[][src]

pub struct Table {
    pub name: TableName,
    pub comment: Option<String>,
    pub columns: Vec<Column>,
    pub is_view: bool,
    pub table_key: Vec<TableKey>,
}

Fields

comment of this table

columns of this table

views can also be generated

Methods

impl Table
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

get the (local_columns, foreign_columns) to the table

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

return the local columns of this table that is referred by the argument table name

Trait Implementations

impl Debug for Table
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Table
[src]

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

This method tests for !=.

impl Clone for Table
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Table

impl Sync for Table