[−]Enum odbc_iter::odbc_type::ffi::SqlCDataType
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_C_UTINYINTSQL_C_UBIGINTSQL_C_STINYINTSQL_C_SBIGINTSQL_C_ULONGSQL_C_USHORTSQL_C_SLONGSQL_C_SSHORTSQL_C_GUIDSQL_C_WCHARSQL_C_BITSQL_C_BINARYSQL_C_CHARSQLCHAR - CHAR, VARCHAR, DECIMAL, NUMERIC
SQL_C_NUMERICSQL_C_FLOATSQL_C_DOUBLESQL_C_DATESQL_C_TIMESQL_C_TIMESTAMPSQL_C_TYPE_DATESQL_C_TYPE_TIMESQL_C_TYPE_TIMESTAMPSQL_C_DEFAULTSQL_C_INTERVAL_YEARSQL_C_INTERVAL_MONTHSQL_C_INTERVAL_DAYSQL_C_INTERVAL_HOURSQL_C_INTERVAL_MINUTESQL_C_INTERVAL_SECONDSQL_C_INTERVAL_YEAR_TO_MONTHSQL_C_INTERVAL_DAY_TO_HOURSQL_C_INTERVAL_DAY_TO_MINUTESQL_C_INTERVAL_DAY_TO_SECONDSQL_C_INTERVAL_HOUR_TO_MINUTESQL_C_INTERVAL_HOUR_TO_SECONDSQL_C_INTERVAL_MINUTE_TO_SECONDSQL_C_SS_TIME2SQL_C_SS_TIMESTAMPOFFSETTrait Implementations
impl Debug for SqlCDataType
impl Clone for SqlCDataType
fn clone(&self) -> SqlCDataType
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for SqlCDataType
impl Copy for SqlCDataType
impl PartialEq<SqlCDataType> for SqlCDataType
Auto Trait Implementations
impl Send for SqlCDataType
impl Unpin for SqlCDataType
impl Sync for SqlCDataType
impl UnwindSafe for SqlCDataType
impl RefUnwindSafe for SqlCDataType
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,