Uses of Class
com.gpudb.protocol.GrantPermissionResponse
-
Packages that use GrantPermissionResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionResponse in com.gpudb
Methods in com.gpudb that return GrantPermissionResponse Modifier and Type Method Description GrantPermissionResponseGPUdb. grantPermission(GrantPermissionRequest request)Grant user or role the specified permission on the specified object.GrantPermissionResponseGPUdb. grantPermission(String principal, String object, String objectType, String permission, Map<String,String> options)Grant user or role the specified permission on the specified object. -
Uses of GrantPermissionResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionResponse Modifier and Type Method Description GrantPermissionResponseGrantPermissionResponse. setInfo(Map<String,String> info)Additional information.GrantPermissionResponseGrantPermissionResponse. setObject(String object)Value ofobject.GrantPermissionResponseGrantPermissionResponse. setObjectType(String objectType)Value ofobjectType.GrantPermissionResponseGrantPermissionResponse. setPermission(String permission)Value ofpermission.GrantPermissionResponseGrantPermissionResponse. setPrincipal(String principal)Value ofprincipal.
-