FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TODBCParseErrorEvent = procedure (AHandle: TODBCHandle; ARecNum: SQLSmallint;
const ASQLState: String; ANativeError: SQLInteger; const ADiagMessage: String;
const ACommandText: String; var AObj: String; var AKind: TFDCommandExceptionKind;
var ACmdOffset: Integer) of object;

C++

typedef void __fastcall (__closure *TODBCParseErrorEvent)(TODBCHandle* AHandle, short ARecNum, const System::UnicodeString ASQLState, int ANativeError, const System::UnicodeString ADiagMessage, const System::UnicodeString ACommandText, System::UnicodeString &AObj, Firedac::Stan::Error::TFDCommandExceptionKind &AKind, int &ACmdOffset);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Description

TODBCParseErrorEvent is a callback procedure used by the TODBCConnection class.

TODBCParseErrorEvent is a type of callback procedure that is called by the OnParseError event of the TODBCConnection class.

See Also