pub struct ColumnQueryResult {
Show 16 fields pub column_name: String, pub column_type: String, pub column_default: Option<String>, pub column_generated: Option<String>, pub is_nullable: String, pub is_identity: String, pub numeric_precision: Option<i32>, pub numeric_precision_radix: Option<i32>, pub numeric_scale: Option<i32>, pub character_maximum_length: Option<i32>, pub character_octet_length: Option<i32>, pub datetime_precision: Option<i32>, pub interval_type: Option<String>, pub interval_precision: Option<i32>, pub udt_name: Option<String>, pub udt_name_regtype: Option<String>,
}
Available on crate features postgres and query only.

Fieldsยง

ยงcolumn_name: Stringยงcolumn_type: Stringยงcolumn_default: Option<String>ยงcolumn_generated: Option<String>ยงis_nullable: Stringยงis_identity: Stringยงnumeric_precision: Option<i32>ยงnumeric_precision_radix: Option<i32>ยงnumeric_scale: Option<i32>ยงcharacter_maximum_length: Option<i32>ยงcharacter_octet_length: Option<i32>ยงdatetime_precision: Option<i32>ยงinterval_type: Option<String>ยงinterval_precision: Option<i32>ยงudt_name: Option<String>ยงudt_name_regtype: Option<String>

Implementationsยง

Available 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.