Data.SqlExpr.TTransactionDesc
Delphi
TTransactionDesc = packed record
C++
struct DECLSPEC_DRECORD TTransactionDesc
{
public:
unsigned TransactionID;
unsigned GlobalID;
TTransIsolationLevel IsolationLevel;
unsigned CustomIsolation;
};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
record struct |
public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | Data.SqlExpr |
Description
Enregistrement de la description d'une transaction.
TTransactionDesc est un enregistrement qui contient des informations à propos d'une transaction TTransactionItem.