API:Data.SqlExpr.TTransactionDesc

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !