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 Box<dyn InputParameter>[src]
impl HasDataType for Box<dyn InputParameter>[src]Implementors
impl HasDataType for CharColumn[src]
impl HasDataType for CharColumn[src]impl HasDataType for WCharColumn[src]
impl HasDataType for WCharColumn[src]impl<T> HasDataType for WithDataType<T> where
T: HasDataType, [src]
impl<T> HasDataType for WithDataType<T> where
T: HasDataType, [src]impl<T> HasDataType for Nullable<T> where
T: Pod + HasDataType, [src]
impl<T> HasDataType for Nullable<T> where
T: Pod + HasDataType, [src]