FireDAC.Phys.ODBCWrapper.TODBCParseErrorEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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, Firedac::Phys::Odbccli::SQLSmallint ARecNum, const System::UnicodeString ASQLState, Firedac::Phys::Odbccli::SQLInteger ANativeError, const System::UnicodeString ADiagMessage, const System::UnicodeString ACommandText, System::UnicodeString &AObj, Firedac::Stan::Error::TFDCommandExceptionKind &AKind, int &ACmdOffset);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

説明

TODBCParseErrorEvent は、TODBCConnection クラスで使用されるコールバック手続きです。


TODBCParseErrorEvent は、TODBCConnection クラスの OnParseError イベントで呼び出されるコールバック手続きの型です。

関連項目