Trait odbc_api::handles::HasDataType [−][src]
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]
impl HasDataType for Box<dyn InputParameter>[src]
Loading content...Implementors
impl HasDataType for VarCharRef<'_>[src]
impl HasDataType for Bit[src]
impl HasDataType for CharColumn[src]
impl HasDataType for WCharColumn[src]
impl<B> HasDataType for VarChar<B> where
B: Borrow<[u8]>, [src]
B: Borrow<[u8]>,
impl<T> HasDataType for WithDataType<T> where
T: HasDataType, [src]
T: HasDataType,
impl<T> HasDataType for Nullable<T> where
T: Pod + HasDataType, [src]
T: Pod + HasDataType,