Uses of Class
com.gpudb.protocol.GrantRoleResponse
-
Packages that use GrantRoleResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantRoleResponse in com.gpudb
Methods in com.gpudb that return GrantRoleResponse Modifier and Type Method Description GrantRoleResponseGPUdb. grantRole(GrantRoleRequest request)Grants membership in a role to a user or role.GrantRoleResponseGPUdb. grantRole(String role, String member, Map<String,String> options)Grants membership in a role to a user or role. -
Uses of GrantRoleResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantRoleResponse Modifier and Type Method Description GrantRoleResponseGrantRoleResponse. setInfo(Map<String,String> info)Additional information.GrantRoleResponseGrantRoleResponse. setMember(String member)Value ofmember.GrantRoleResponseGrantRoleResponse. setRole(String role)Value ofrole.
-