Uses of Class
com.gpudb.protocol.RevokePermissionProcResponse
-
Packages that use RevokePermissionProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RevokePermissionProcResponse in com.gpudb
Methods in com.gpudb that return RevokePermissionProcResponse Modifier and Type Method Description RevokePermissionProcResponseGPUdb. revokePermissionProc(RevokePermissionProcRequest request)Revokes a proc-level permission from a user or role.RevokePermissionProcResponseGPUdb. revokePermissionProc(String name, String permission, String procName, Map<String,String> options)Revokes a proc-level permission from a user or role. -
Uses of RevokePermissionProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RevokePermissionProcResponse Modifier and Type Method Description RevokePermissionProcResponseRevokePermissionProcResponse. setInfo(Map<String,String> info)Additional information.RevokePermissionProcResponseRevokePermissionProcResponse. setName(String name)Value ofname.RevokePermissionProcResponseRevokePermissionProcResponse. setPermission(String permission)Value ofpermission.RevokePermissionProcResponseRevokePermissionProcResponse. setProcName(String procName)Value ofprocName.
-