SqlTypeTag¶
Types-only tag union parallel to SqlValue. Describes a parameter's or column's SQL type as reported by the driver, independent of any particular value. SqlTagUnknown carries the raw ODBC type code for types outside the set this library maps to SqlValue.
type SqlTypeTag is
(SqlTagBool val | SqlTagTinyInt val | SqlTagSmallInt val | SqlTagInteger val | SqlTagBigInt val | SqlTagFloat val | SqlTagText val | SqlTagDate val | SqlTagTime val | SqlTagTimestamp val | SqlTagDecimal val | SqlTagUnknown val)
Type Alias For¶
- (SqlTagBool val | SqlTagTinyInt val | SqlTagSmallInt val | SqlTagInteger val | SqlTagBigInt val | SqlTagFloat val | SqlTagText val | SqlTagDate val | SqlTagTime val | SqlTagTimestamp val | SqlTagDecimal val | SqlTagUnknown val)