Icon TDatabaseRights

Unit: dbisamtb

TDatabaseRights = set of TDatabaseRight

This type is used as a set of TDatabaseRight enumerated types to indicate the set of rights currently granted to a given user for a given database on a database server. It is used as a parameter to the TDBISAMSession AddRemoteDatabaseUser, ModifyRemoteDatabaseUser, and GetRemoteDatabaseUser methods, as well as the TDBISAMEngine AddServerDatabaseUser, ModifyServerDatabaseUser, and GetServerDatabaseUser methods.
Image