[][src]Trait odbc_api::buffers::FixedSizedCType

pub unsafe trait FixedSizedCType: Default + Clone + Copy {
    const C_DATA_TYPE: CDataType;
}

Trait implemented to fixed C size types.

Associated Constants

const C_DATA_TYPE: CDataType

ODBC C Data type used to bind instances to a statement.

Loading content...

Implementations on Foreign Types

impl FixedSizedCType for f64[src]

impl FixedSizedCType for f32[src]

impl FixedSizedCType for Date[src]

impl FixedSizedCType for Timestamp[src]

impl FixedSizedCType for SmallInt[src]

impl FixedSizedCType for USmallInt[src]

impl FixedSizedCType for Integer[src]

impl FixedSizedCType for UInteger[src]

impl FixedSizedCType for SChar[src]

impl FixedSizedCType for Char[src]

impl FixedSizedCType for i64[src]

impl FixedSizedCType for u64[src]

Loading content...

Implementors

Loading content...