Content


NTL
Core
DbSupportedCreateDomainClauses

DbSupportedCreateDomainClauses


Describes database supported create domain clauses. 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 DbSupportedCreateDomainClauses
{
    bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source) 
    bool Create;
    bool ConstraintNameDefinition;
    bool Default;
    bool Constraint;
    bool Collation;
    bool Deferrable;
    bool NonDeferrable;
    bool InitiallyDeferred;
    bool InitiallyImmediate;

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