[][src]Trait odbc_api::parameter::OutputParameter

pub unsafe trait OutputParameter: CDataMut + HasDataType { }

Guarantees that there is space in the output buffer for at least one element.

Implementors

impl<T> OutputParameter for Nullable<T> where
    T: FixedSizedCType + HasDataType
[src]

Loading content...