| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
GrantPermissionProcResponse |
GPUdb.grantPermissionProc(GrantPermissionProcRequest request)
Grants a proc-level permission to a user or role.
|
| Modifier and Type | Method and Description |
|---|---|
GrantPermissionProcRequest |
GrantPermissionProcRequest.setName(String name)
Name of the user or role to which the permission will be granted.
|
GrantPermissionProcRequest |
GrantPermissionProcRequest.setOptions(Map<String,String> options)
Optional parameters.
|
GrantPermissionProcRequest |
GrantPermissionProcRequest.setPermission(String permission)
Permission to grant to the user or role.
|
GrantPermissionProcRequest |
GrantPermissionProcRequest.setProcName(String procName)
Name of the proc to which the permission grants access.
|
Copyright © 2025. All rights reserved.