Uses of Class
com.mckoi.database.UserAccessException
-
Packages that use UserAccessException Package Description com.mckoi.database.interpret -
-
Uses of UserAccessException in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret that throw UserAccessException Modifier and Type Method Description (package private) static void
Select. checkUserSelectPermissions(DatabaseQueryContext context, User user, QueryPlanNode plan)
Checks the permissions for this user to determine if they are allowed to select (read) from tables in this plan.
-