Uses of Class
com.gpudb.protocol.GrantPermissionProcResponse
-
Packages that use GrantPermissionProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionProcResponse in com.gpudb
Methods in com.gpudb that return GrantPermissionProcResponse Modifier and Type Method Description GrantPermissionProcResponseGPUdb. grantPermissionProc(GrantPermissionProcRequest request)Grants a proc-level permission to a user or role.GrantPermissionProcResponseGPUdb. grantPermissionProc(String name, String permission, String procName, Map<String,String> options)Grants a proc-level permission to a user or role. -
Uses of GrantPermissionProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionProcResponse Modifier and Type Method Description GrantPermissionProcResponseGrantPermissionProcResponse. setInfo(Map<String,String> info)Additional information.GrantPermissionProcResponseGrantPermissionProcResponse. setName(String name)Value ofname.GrantPermissionProcResponseGrantPermissionProcResponse. setPermission(String permission)Value ofpermission.GrantPermissionProcResponseGrantPermissionProcResponse. setProcName(String procName)Value ofprocName.
-