Content


NTL
Core
DbSupportedInformationSchemaViews

DbSupportedInformationSchemaViews


Describes database supported information schema views. 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 DbSupportedInformationSchemaViews
{
    bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source) 
    bool Assertions;
    bool CharacterSets;
    bool CheckConstraints;
    bool Collations;
    bool ColumnDomainUsage;
    bool ColumnPrivileges;
    bool Columns;
    bool ConstraintColumnUsage;
    bool ConstraintTableUsage;
    bool DomainConstraints;
    bool Domains;
    bool KeyColumnUsage;
    bool ReferentialConstraints;
    bool Schemata;
    bool SQLLanguages;
    bool TableConstraints;
    bool TablePrivileges;
    bool Tables;
    bool Translations;
    bool UsagePrivileges;
    bool ViewColumnUsage;
    bool ViewTableUsage;
    bool Views;

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