FireDAC.Phys.MySQLWrapper.TFDMySQLError.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.MySQLWrapper.pas
FireDAC.Phys.MySQLWrapper.hpp
FireDAC.Phys.MySQLWrapper TFDMySQLError

Description

Saves a database error into the specified IFDStanStorage.

FireDAC.Phys.MySQLWrapper.TFDMySQLError.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