FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

TODBCParseErrorEvent est une procédure de rappel utilisée par la classe TODBCConnection.

TODBCParseErrorEvent est un type de procédure de rappel. Il est appelé par l'événement OnParseError de la classe TODBCConnection.

Voir aussi