Uses of Class
com.gpudb.protocol.GrantPermissionSystemResponse
-
Packages that use GrantPermissionSystemResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionSystemResponse in com.gpudb
Methods in com.gpudb that return GrantPermissionSystemResponse Modifier and Type Method Description GrantPermissionSystemResponseGPUdb. grantPermissionSystem(GrantPermissionSystemRequest request)Grants a system-level permission to a user or role.GrantPermissionSystemResponseGPUdb. grantPermissionSystem(String name, String permission, Map<String,String> options)Grants a system-level permission to a user or role. -
Uses of GrantPermissionSystemResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionSystemResponse Modifier and Type Method Description GrantPermissionSystemResponseGrantPermissionSystemResponse. setInfo(Map<String,String> info)Additional information.GrantPermissionSystemResponseGrantPermissionSystemResponse. setName(String name)Value ofname.GrantPermissionSystemResponseGrantPermissionSystemResponse. setPermission(String permission)Value ofpermission.
-