FireDAC.Phys.Infx.EInfxNativeException.AppendError
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Phys.Infx.pas FireDAC.Phys.Infx.hpp
| |
Unit: FireDAC.Phys.Infx | |
Parent: EInfxNativeException |
Delphi
function AppendError(AHandle: TODBCHandle; ARecNum: SQLSmallint;
const ASQLState: String; ANativeError: SQLInteger; const ADiagMessage,
AResultMessage, ACommandText, AObject: String;
AKind: TFDCommandExceptionKind; ACmdOffset, ARowIndex: Integer): TFDDBError; override;
C++
virtual Firedac::Stan::Error::TFDDBError* __fastcall AppendError(Firedac::Phys::Odbcwrapper::TODBCHandle* AHandle, Firedac::Phys::Odbccli::SQLSmallint ARecNum, const System::UnicodeString ASQLState, Firedac::Phys::Odbccli::SQLInteger ANativeError, const System::UnicodeString ADiagMessage, const System::UnicodeString AResultMessage, const System::UnicodeString ACommandText, const System::UnicodeString AObject, Firedac::Stan::Error::TFDCommandExceptionKind AKind, int ACmdOffset, int ARowIndex);
Description
Embarcadero Technologies does not currently have any additional information.