Module query

Source
Available on crate features mysql and query only.
Expand description

To query MySQL’s INFORMATION_SCHEMA

Structs§

ColumnQueryResult
ForeignKeyQueryResult
IndexQueryResult
SchemaQueryBuilder
TableQueryResult
VersionQueryResult

Enums§

CharacterSetFields
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-collation-character-set-applicability-table.html
ColumnFields
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-columns-table.html
InformationSchema
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema.html
KeyColumnUsageFields
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-key-column-usage-table.html
ReferentialConstraintsFields
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-referential-constraints-table.html
StatisticsFields
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-statistics-table.html
TableType
TablesFields
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-tables-table.html