Uses of Class
com.gpudb.protocol.RevokePermissionSystemResponse
-
Packages that use RevokePermissionSystemResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RevokePermissionSystemResponse in com.gpudb
Methods in com.gpudb that return RevokePermissionSystemResponse Modifier and Type Method Description RevokePermissionSystemResponseGPUdb. revokePermissionSystem(RevokePermissionSystemRequest request)Revokes a system-level permission from a user or role.RevokePermissionSystemResponseGPUdb. revokePermissionSystem(String name, String permission, Map<String,String> options)Revokes a system-level permission from a user or role. -
Uses of RevokePermissionSystemResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RevokePermissionSystemResponse Modifier and Type Method Description RevokePermissionSystemResponseRevokePermissionSystemResponse. setInfo(Map<String,String> info)Additional information.RevokePermissionSystemResponseRevokePermissionSystemResponse. setName(String name)Value ofname.RevokePermissionSystemResponseRevokePermissionSystemResponse. setPermission(String permission)Value ofpermission.
-