DBValue

Database Value (representing a row’s column)

@safe
alias DBValue = SumType!(typeof(null), bool, byte, ubyte, short, ushort, int, uint, long, ulong, double, const(ubyte)[], string, DateTime, TimeOfDay, Date)

Meta