[−][src]Trait odbc_api::handles::HasDataType
Can be bound to a single placeholder in an SQL statement.
Users usually won't utilize this trait directly.
Required methods
Loading content...Implementations on Foreign Types
impl HasDataType for f64[src]
impl HasDataType for f32[src]
impl HasDataType for Date[src]
impl HasDataType for i16[src]
impl HasDataType for i32[src]
impl HasDataType for i8[src]
impl HasDataType for i64[src]
Loading content...Implementors
impl HasDataType for TextColumn[src]
impl HasDataType for VarChar<'_>[src]
impl HasDataType for Bit[src]
impl<T> HasDataType for WithDataType<T> where
T: HasDataType, [src]
T: HasDataType,
impl<T> HasDataType for Nullable<T> where
T: FixedSizedCType + HasDataType, [src]
T: FixedSizedCType + HasDataType,