Enum sea_schema::mysql::query::KeyColumnUsageFields[][src]

pub enum KeyColumnUsageFields {
    ConstraintSchema,
    ConstraintName,
    TableSchema,
    TableName,
    ColumnName,
    OrdinalPosition,
    PositionInUniqueConstraint,
    ReferencedTableSchema,
    ReferencedTableName,
    ReferencedColumnName,
}
This is supported on crate features mysql and query only.
Expand description

Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-key-column-usage-table.html

Variants

ConstraintSchema
ConstraintName
TableSchema
TableName
ColumnName
OrdinalPosition
PositionInUniqueConstraint
ReferencedTableSchema
ReferencedTableName
ReferencedColumnName

Trait Implementations

Formats the value using the given formatter. 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.