[][src]Function odbc::ffi::SQLGetData

pub unsafe extern "system" fn SQLGetData(
    statement_handle: *mut Stmt,
    col_or_param_num: u16,
    target_type: SqlCDataType,
    target_value_ptr: *mut c_void,
    buffer_length: i64,
    str_len_or_ind_ptr: *mut i64
) -> SQLRETURN