API:Data.SqlExpr.TTransactionDesc

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!