namespaceSqlFaker\Generation\Value
Interfaces 1§
| ValueDomain | Constructs a member directly from bounded decisions, without enumerating the value set. |
Classes 9§
| CharacterDomain | Declares a bounded sequence of complete character/escape atoms with fixed delimiters. |
| ChoiceDomain | Declares alternative constructive spelling domains, such as quoted and prefixed binary values. |
| IntegerDomain | Constructs bounded unsigned decimals by prefix intervals, independent of native integer width. |
| RandomCharacters | Draws a fixed number of bytes from a caller-supplied alphabet using Faker.
Contains no identifier, literal, quoting or database rules. |
| RepeatDomain | Repeats complete compound components, with a bounded sampling count. |
| SequenceDomain | Declares a compound value from independent domains without materializing their Cartesian product. |
| Utf8 | Reads UTF-8 scalar encodings, including the ASCII and three-byte subsets. |
| ValueChoices | Per-plan decisions, memoized so repeated candidate inspection cannot consume more randomness.
The caller interprets bytes; domains only receive bounded index decisions. |
| WordDomain | A finite spelling choice, including optional empty components. |