Uses of Class
com.mckoi.database.GrantManager
-
Packages that use GrantManager Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of GrantManager in com.mckoi.database
Fields in com.mckoi.database declared as GrantManager Modifier and Type Field Description private GrantManager
DatabaseConnection. grant_manager
The GrantManager object for this connection.Methods in com.mckoi.database that return GrantManager Modifier and Type Method Description GrantManager
DatabaseConnection. getGrantManager()
Returns the GrantManager object that manages grants for tables in the database for this connection/user.GrantManager
DatabaseQueryContext. getGrantManager()
Returns the GrantManager object that is used to determine grant information for the database.
-