Enum odbc_sys::CDataType [−][src]
#[repr(i16)]
pub enum CDataType {
Show variants
Ard,
Apd,
UTinyInt,
UBigInt,
STinyInt,
SBigInt,
ULong,
UShort,
SLong,
SShort,
Guid,
WChar,
Bit,
Binary,
Char,
Numeric,
Float,
Double,
Date,
Time,
TimeStamp,
TypeDate,
TypeTime,
TypeTimestamp,
Default,
IntervalYear,
IntervalMonth,
IntervalDay,
IntervalHour,
IntervalMinute,
IntervalSecond,
IntervalYearToMonth,
IntervalDayToHour,
IntervalDayToMinute,
IntervalDayToSecond,
IntervalHourToMinute,
IntervalHourToSecond,
IntervalMinuteToSecond,
SsTime2,
SsTimestampOffset,
}Expand description
The C data type is specified in the SQLBindCol and SQLGetData functions with the TargetType argument and in the SQLBindParameter function with the ValueType argument.
Variants
SQL_ARD_TYPE
SQL_APD_TYPE
SQLCHAR - CHAR, VARCHAR, DECIMAL, NUMERIC
SQL_TYPE_DATE
SQL_TYPE_TIME
SQL_TYPE_TIMESTAMP
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CDataTypeimpl UnwindSafe for CDataTypeBlanket Implementations
Mutably borrows from an owned value. Read more