Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
GrantPermissionResponse |
GPUdb.grantPermission(GrantPermissionRequest request)
Grant user or role the specified permission on the specified object.
|
Modifier and Type | Method and Description |
---|---|
GrantPermissionRequest |
GrantPermissionRequest.setObject(String object)
Name of object permission is being granted to.
|
GrantPermissionRequest |
GrantPermissionRequest.setObjectType(String objectType)
The type of object being granted to.
|
GrantPermissionRequest |
GrantPermissionRequest.setOptions(Map<String,String> options)
Optional parameters.
|
GrantPermissionRequest |
GrantPermissionRequest.setPermission(String permission)
Permission being granted.
|
GrantPermissionRequest |
GrantPermissionRequest.setPrincipal(String principal)
Name of the user or role for which the permission is being granted.
|
Copyright © 2025. All rights reserved.