[−][src]Trait odbc_api::parameter::Parameter
Extend the input trait with the guarantee, that the bound parameter buffer contains at least one element.
Implementations on Foreign Types
impl Parameter for f64[src]
impl Parameter for f32[src]
impl Parameter for Date[src]
impl Parameter for i16[src]
impl Parameter for i32[src]
impl Parameter for i8[src]
impl Parameter for i64[src]
Loading content...Implementors
impl Parameter for Bit[src]
impl<'_> Parameter for VarChar<'_>[src]
impl<T> Parameter for WithDataType<T> where
T: Parameter, [src]
T: Parameter,