SqlDataType Enum
Contents
[
Hide
]SqlDataType Enum
Specifies SQL data type of the parameter. Only valid for ODBC sources.
type SqlDataType int32
Fields
| Field | Description |
|---|---|
| SqlUnsignedOffset | sql unsigned offset |
| SqlSignedOffset | sql signed offset |
| SqlGUID | sql guid |
| SqlWLongVarchar | sql wide long variable char |
| SqlWVarchar | sql wide variable char |
| SqlWChar | sql wide char |
| SqlBit | sql bit |
| SqlTinyInt | sql tiny int |
| SqlBigInt | sql big int |
| SqlLongVarBinary | sql long variable binary |
| SqlVarBinary | sql variable binary |
| SqlBinary | sql binary |
| SqlLongVarChar | sql long variable char |
| SqlUnknownType | sql unknown type |
| SqlChar | sql char |
| SqlNumeric | sql numeric |
| SqlDecimal | sql decimal |
| SqlInteger | sql integer |
| SqlSmallInt | sql small int |
| SqlFloat | sql float |
| SqlReal | sql real |
| SqlDouble | sql double |
| SqlTypeDate | sql date type |
| SqlTypeTime | sql time type |
| SqlTypeTimestamp | sql timestamp type |
| SqlVarChar | sql variable char |
| SqlIntervalYear | sql interval year |
| SqlIntervalMonth | sql interval month |
| SqlIntervalDay | sql interval day |
| SqlIntervalHour | sql interval hour |
| SqlIntervalMinute | sql interval minute |
| SqlIntervalSecond | sql interval second |
| SqlIntervalYearToMonth | sql interval year to month |
| SqlIntervalDayToHour | sql interval day to hour |
| SqlIntervalDayToMinute | sql interval day to minute |
| SqlIntervalDayToSecond | sql interval day to second |
| SqlIntervalHourToMinute | sql interval hour to minute |
| SqlIntervalHourToSecond | sql interval hour to second |
| SqlIntervalMinuteToSecond | sql interval minute to second |