[][src]Module dbgen::value

Values

Structs

Bytes

An SQL string (UTF-8 or byte-string).

Number

An SQL number (could represent an integer or floating point number).

Enums

Value

A scalar value.

Constants

TIMESTAMP_FORMAT

The string format of an SQL timestamp.

Traits

TryFromValue

Types which can be extracted out of a Value.