Uses of Class
com.gpudb.protocol.GrantPermissionProcRequest
-
Packages that use GrantPermissionProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionProcRequest in com.gpudb
Methods in com.gpudb with parameters of type GrantPermissionProcRequest Modifier and Type Method Description GrantPermissionProcResponseGPUdb. grantPermissionProc(GrantPermissionProcRequest request)Grants a proc-level permission to a user or role. -
Uses of GrantPermissionProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionProcRequest Modifier and Type Method Description GrantPermissionProcRequestGrantPermissionProcRequest. setName(String name)Name of the user or role to which the permission will be granted.GrantPermissionProcRequestGrantPermissionProcRequest. setOptions(Map<String,String> options)Optional parameters.GrantPermissionProcRequestGrantPermissionProcRequest. setPermission(String permission)Permission to grant to the user or role.GrantPermissionProcRequestGrantPermissionProcRequest. setProcName(String procName)Name of the proc to which the permission grants access.
-