Trait odbc_api::parameter::InputParameter[][src]

pub unsafe trait InputParameter: HasDataType { }

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

Loading content...