Uses of Class
com.gpudb.protocol.GrantRoleRequest
-
Packages that use GrantRoleRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantRoleRequest in com.gpudb
Methods in com.gpudb with parameters of type GrantRoleRequest Modifier and Type Method Description GrantRoleResponseGPUdb. grantRole(GrantRoleRequest request)Grants membership in a role to a user or role. -
Uses of GrantRoleRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantRoleRequest Modifier and Type Method Description GrantRoleRequestGrantRoleRequest. setMember(String member)Name of the user or role that will be granted membership inrole.GrantRoleRequestGrantRoleRequest. setOptions(Map<String,String> options)Optional parameters.GrantRoleRequestGrantRoleRequest. setRole(String role)Name of the role in which membership will be granted.
-