ColumnData

The data retrived from a column, stored internally as a Variant.

Members

Functions

as
auto as(T defaultValue)

Returns the data converted to T. If the data is NULL, defaultValue is returned.

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta