Skip to main content
Module schemas
mz_
mysql_
util
0.1.0
Module schemas
Module Items
Structs
Enums
Statics
Functions
In crate mz_
mysql_
util
mz_mysql_util
Module
schemas
Copy item path
Source
Structs
§
Info
Schema
MySql
Table
Schema
A representation of the raw schema info for a table from MySQL
Qualified
Table
Ref
A reference to a table in a schema/database
Enums
§
Schema
Request
Request for table schemas from MySQL
Statics
§
SYSTEM_
SCHEMAS
Built-in system schemas that should be ignored when querying for user-defined tables since they contain dozens of built-in system tables that are likely not needed.
Functions
§
schema_
info
Retrieve the tables and column descriptions for tables in the given schemas.