Struct rustorm::column::Column[][src]

pub struct Column {
    pub table: TableName,
    pub name: ColumnName,
    pub comment: Option<String>,
    pub specification: ColumnSpecification,
    pub stat: Option<ColumnStat>,
}

Fields

Methods

impl Column
[src]

check all the column constraint if any has AutoIncrement

check if any of the column constraint default is generated from uuid

Trait Implementations

impl Debug for Column
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Column
[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 Column
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Column

impl Sync for Column