Struct sea_schema::postgres::query::constraints::TableConstraintsQueryResult[][src]

pub struct TableConstraintsQueryResult {
Show 18 fields pub constraint_schema: String, pub constraint_name: String, pub table_schema: String, pub table_name: String, pub constraint_type: String, pub is_deferrable: String, pub initially_deferred: String, pub check_clause: Option<String>, pub column_name: Option<String>, pub ordinal_position: Option<i32>, pub position_in_unique_constraint: Option<i32>, pub unique_constraint_schema: Option<String>, pub unique_constraint_name: Option<String>, pub match_option: Option<String>, pub update_rule: Option<String>, pub delete_rule: Option<String>, pub referential_key_table_name: Option<String>, pub referential_key_column_name: Option<String>,
}
This is supported on crate features postgres and query only.

Fields

constraint_schema: Stringconstraint_name: Stringtable_schema: Stringtable_name: Stringconstraint_type: Stringis_deferrable: Stringinitially_deferred: Stringcheck_clause: Option<String>column_name: Option<String>ordinal_position: Option<i32>position_in_unique_constraint: Option<i32>unique_constraint_schema: Option<String>unique_constraint_name: Option<String>match_option: Option<String>update_rule: Option<String>delete_rule: Option<String>referential_key_table_name: Option<String>referential_key_column_name: Option<String>

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.