Content


NTL
Core
DbSupportedTransactionIsolationLevels

DbSupportedTransactionIsolationLevels


Describes database supported transaction isolation levels. Each member of the structure is a boolean value indicating whether the feature is supported or not.

You can find more information in comments below.

struct DbSupportedTransactionIsolationLevels
{
    bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source) 
    bool ReadUncommited;
    bool ReadCommited;
    bool RepeatableRead;
    bool Serializable;

    explicit operator String() const;
};
Namespace: nitisa
Include: Nitisa/Db/DbSupportedTransactionIsolationLevels.h