Function odbc_ffi::SQLGetDiagRec [] [src]

pub unsafe extern "C" fn SQLGetDiagRec(
    handle_type: HandleType,
    handle: SQLHANDLE,
    RecNumber: SQLSMALLINT,
    state: *mut SQLCHAR,
    native_error_ptr: *mut SQLINTEGER,
    message_text: *mut SQLCHAR,
    buffer_length: SQLSMALLINT,
    text_length_ptr: *mut SQLSMALLINT
) -> SQLRETURN