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.
|
GrantPermissionResponse |
GPUdb.grantPermission(String principal,
String object,
String objectType,
String permission,
Map<String,String> options)
Grant user or role the specified permission on the specified object.
|
Modifier and Type | Method and Description |
---|---|
GrantPermissionResponse |
GrantPermissionResponse.setInfo(Map<String,String> info)
Additional information.
|
GrantPermissionResponse |
GrantPermissionResponse.setObject(String object)
Value of
object . |
GrantPermissionResponse |
GrantPermissionResponse.setObjectType(String objectType)
Value of
objectType . |
GrantPermissionResponse |
GrantPermissionResponse.setPermission(String permission)
Value of
permission . |
GrantPermissionResponse |
GrantPermissionResponse.setPrincipal(String principal)
Value of
principal . |
Copyright © 2025. All rights reserved.