Class ITraceTransaction

Unit

Declaration

type ITraceTransaction = class(IVersioned)

Description

This item has no description.

Hierarchy

Overview

Fields

Public nested const VERSION = 5;
Public nested const ISOLATION_CONSISTENCY = Cardinal(1);
Public nested const ISOLATION_CONCURRENCY = Cardinal(2);
Public nested const ISOLATION_READ_COMMITTED_RECVER = Cardinal(3);
Public nested const ISOLATION_READ_COMMITTED_NORECVER = Cardinal(4);

Methods

Public function getTransactionID(): Int64;
Public function getReadOnly(): Boolean;
Public function getWait(): Integer;
Public function getIsolation(): Cardinal;
Public function getPerf(): PerformanceInfoPtr;

Description

Fields

Public nested const VERSION = 5;

This item has no description.

Public nested const ISOLATION_CONSISTENCY = Cardinal(1);

This item has no description.

Public nested const ISOLATION_CONCURRENCY = Cardinal(2);

This item has no description.

Public nested const ISOLATION_READ_COMMITTED_RECVER = Cardinal(3);

This item has no description.

Public nested const ISOLATION_READ_COMMITTED_NORECVER = Cardinal(4);

This item has no description.

Methods

Public function getTransactionID(): Int64;

This item has no description.

Public function getReadOnly(): Boolean;

This item has no description.

Public function getWait(): Integer;

This item has no description.

Public function getIsolation(): Cardinal;

This item has no description.

Public function getPerf(): PerformanceInfoPtr;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.