Describes database catalog usage 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 DbCatalogUsage
{
bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source)
bool Statements;
bool Procedures;
bool Tables;
bool Indices;
bool Privileges;
explicit operator String() const;
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbCatalogUsage.h |