Trait odbc_api::parameter::InputParameter [−][src]
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]
impl InputParameter for Box<dyn InputParameter>[src]
Loading content...Implementors
impl InputParameter for VarCharRef<'_>[src]
impl InputParameter for Bit[src]
impl InputParameter for VarChar32[src]
impl InputParameter for VarChar512[src]
impl<'a> InputParameter for VarChar<&'a [u8]>[src]
impl<'a> InputParameter for VarCharMut<'a>[src]
impl<T> InputParameter for WithDataType<T> where
T: InputParameter, [src]
T: InputParameter,
impl<T> InputParameter for Nullable<T> where
T: Pod + HasDataType, [src]
T: Pod + HasDataType,