namespaceSqlFaker\MySql\Generation\Value
Classes 5§
| DollarQuotedDomain | Reuses one chosen tag at both boundaries; the declared body alphabet excludes dollars. |
| IdentifierDomain | Scanner start/continuation alphabets with a safe sampling prefix for generated names. |
| LiteralGenerator @visibility root | Generates MySql literal bodies for the bounded lexical API. |
| QuotedDomain | One quoted scanner state: delimiter, optional prefix, doubling and optional backslash escapes. |
| RadixDomain | Prefixed and quoted radix literals. Whole-byte sampling is a charset constraint;
the same lexical declaration reads ordinary and explicitly requested bytes. |