namespaceSqlFixture\Platform\MySql\Value
Classes 8§
| ColumnGenerator @visibility root | Generates values from the dialect column type. |
| DecimalGenerator @visibility root | Generates values for the declared precision and scale. |
| GeometryGenerator @visibility root | Generates geometry values for the dialect's declared column type. |
| IntegerGenerator @visibility root | Generates MySQL integers within the declared signed or unsigned range. |
| NumericGenerator @visibility root | Generates numeric values for the dialect's declared column type. |
| SpatialGenerator @visibility root | Constructs valid Well Known Text geometry literals. |
| StringGenerator @visibility root | Generates character, binary and enumerated column values. |
| TextGenerator @visibility root | Generates textual values for the dialect's declared column type. |