namespaceSqlFaker\Generation\Value

Interfaces 1§

ValueDomainConstructs a member directly from bounded decisions, without enumerating the value set.

Classes 9§

CharacterDomainDeclares a bounded sequence of complete character/escape atoms with fixed delimiters.
ChoiceDomainDeclares alternative constructive spelling domains, such as quoted and prefixed binary values.
IntegerDomainConstructs bounded unsigned decimals by prefix intervals, independent of native integer width.
RandomCharactersDraws a fixed number of bytes from a caller-supplied alphabet using Faker. Contains no identifier, literal, quoting or database rules.
RepeatDomainRepeats complete compound components, with a bounded sampling count.
SequenceDomainDeclares a compound value from independent domains without materializing their Cartesian product.
Utf8Reads UTF-8 scalar encodings, including the ASCII and three-byte subsets.
ValueChoicesPer-plan decisions, memoized so repeated candidate inspection cannot consume more randomness. The caller interprets bytes; domains only receive bounded index decisions.
WordDomainA finite spelling choice, including optional empty components.