namespaceSqlFixture\Platform\MySql\Schema
Classes 8§
| ColumnParser @visibility root | Reads a column declaration into a schema value. |
| CreateTableQuery @visibility root | Reads the database CREATE TABLE declaration. |
| DefaultExpression @visibility root | Interprets a SQL default expression. |
| DefinitionIntegrity @visibility root | Checks that the native parser retained every declared column. |
| IdentifierQuoter @visibility root | Quotes table identifiers for the native schema query. |
| TableDefinition @visibility root | Reads the table name, columns and primary key from a CREATE TABLE statement. |
| TableDefinitionInput @visibility root | Separates fixture column metadata from physical table partitioning. |
| TypeParameters @visibility root | Reads length, precision and scale from a type declaration. |