Column

Composite representation of a column value

Another case where a null flag on Variant would simplify matters.

struct Column {}

Members

Variables

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

Meta