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,
}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
impl StructuralEq for CDataType[src]
impl StructuralEq for CDataType[src]impl StructuralPartialEq for CDataType[src]
impl StructuralPartialEq for CDataType[src]Auto Trait Implementations
impl RefUnwindSafe for CDataType
impl RefUnwindSafe for CDataTypeimpl UnwindSafe for CDataType
impl UnwindSafe for CDataType