Anzeigen: Delphi
C++
Anzeigeeinstellungen
Data.SqlExpr.TTransactionDesc
Aus XE2 API Documentation
Delphi
TTransactionDesc = packed record TransactionID : LongWord; { Transaction id } GlobalID : LongWord; { Global transaction id } IsolationLevel : TTransIsolationLevel; {Transaction Isolation level} CustomIsolation : LongWord; { DB specific custom isolation } end;
C++
struct DECLSPEC_DRECORD TTransactionDesc{ public: unsigned TransactionID; unsigned GlobalID; TTransIsolationLevel IsolationLevel; unsigned CustomIsolation; };
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
struct class |
public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | Data.SqlExpr |
Beschreibung
Record für die Transaktionsbeschreibung.
Der Record TTransactionDesc enthält Informationen über ein TTransactionItem einer Transaktion.