Uses of Class
com.gpudb.protocol.RevokeRoleResponse
-
Packages that use RevokeRoleResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RevokeRoleResponse in com.gpudb
Methods in com.gpudb that return RevokeRoleResponse Modifier and Type Method Description RevokeRoleResponseGPUdb. revokeRole(RevokeRoleRequest request)Revokes membership in a role from a user or role.RevokeRoleResponseGPUdb. revokeRole(String role, String member, Map<String,String> options)Revokes membership in a role from a user or role. -
Uses of RevokeRoleResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RevokeRoleResponse Modifier and Type Method Description RevokeRoleResponseRevokeRoleResponse. setInfo(Map<String,String> info)Additional information.RevokeRoleResponseRevokeRoleResponse. setMember(String member)Value ofmember.RevokeRoleResponseRevokeRoleResponse. setRole(String role)Value ofrole.
-