Trait odbc_api::handles::HasDataType [−][src]
Expand description
Can be bound to a single placeholder in an SQL statement.
Users usually won’t utilize this trait directly.
Required methods
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]