Struct sea_schema::mysql::query::ColumnQueryResult[][src]

pub struct ColumnQueryResult {
    pub column_name: String,
    pub column_type: String,
    pub is_nullable: String,
    pub column_key: String,
    pub column_default: Option<String>,
    pub extra: String,
    pub generation_expression: Option<String>,
    pub column_comment: String,
}
This is supported on crate features mysql and query only.

Fields

column_name: Stringcolumn_type: Stringis_nullable: Stringcolumn_key: Stringcolumn_default: Option<String>extra: Stringgeneration_expression: Option<String>column_comment: String

Implementations

This is supported on crate feature parser only.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.