Trait odbc::Output [] [src]

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

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

Required Methods

Implementors