Trait ibm_db::Output[][src]

pub unsafe trait Output<'a>: Sized {
    fn get_data(
        stmt: &mut Raii<'_, Stmt>,
        col_or_param_num: u16,
        buffer: &'a mut Vec<u8>
    ) -> Return<Option<Self>>; }
Expand description

Indicates that a type can be retrieved using Cursor::get_data

Required methods

Implementors