DBValue

Deprecated. Replaced by std.variant.Variant.

deprecated
struct DBValue {}

Members

Variables

isNull
bool isNull;
Undocumented in source.
value
Variant value;
Undocumented in source.

Meta