FireDAC.Phys.PGWrapper.TFDPgError.SaveToStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStorage(const AStorage: IFDStanStorage); override;

C++

virtual void __fastcall SaveToStorage(const Firedac::Stan::Intf::_di_IFDStanStorage AStorage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.PGWrapper.pas
FireDAC.Phys.PGWrapper.hpp
FireDAC.Phys.PGWrapper TFDPgError

Description

Saves a database error into the specified IFDStanStorage.

FireDAC.Phys.PGWrapper.TFDPgError.SaveToStorage inherits from FireDAC.Stan.Error.TFDDBError.SaveToStorage. All content below this line refers to FireDAC.Stan.Error.TFDDBError.SaveToStorage.

Saves a database error into the specified IFDStanStorage.

See Also