SQLGetDiagRec

Function SQLGetDiagRec 

Source
pub unsafe extern "C" fn SQLGetDiagRec(
    fHandleType: SQLSMALLINT,
    hHandle: SQLHANDLE,
    iRecNumber: SQLSMALLINT,
    pszSqlState: *mut SQLCHAR,
    pfNativeError: *mut SQLINTEGER,
    pszErrorMsg: *mut SQLCHAR,
    cbErrorMsgMax: SQLSMALLINT,
    pcbErrorMsg: *mut SQLSMALLINT,
) -> SQLRETURN