Describes database supported schema usages. 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 DbSupportedSchemaUsages
{
bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source)
bool AllDataManipulations;
bool ProcedureInvocation;
bool TableDefinition;
bool IndexDefinition;
bool PrivilegeDefinition;
explicit operator String() const;
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbSupportedSchemaUsages.h |