Function ibm_db::SQLGetDiagRec[][src]

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