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