Uses of Class
com.gpudb.protocol.DeleteRoleResponse
-
Packages that use DeleteRoleResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteRoleResponse in com.gpudb
Methods in com.gpudb that return DeleteRoleResponse Modifier and Type Method Description DeleteRoleResponseGPUdb. deleteRole(DeleteRoleRequest request)Deletes an existing role.DeleteRoleResponseGPUdb. deleteRole(String name, Map<String,String> options)Deletes an existing role. -
Uses of DeleteRoleResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteRoleResponse Modifier and Type Method Description DeleteRoleResponseDeleteRoleResponse. setInfo(Map<String,String> info)Additional information.DeleteRoleResponseDeleteRoleResponse. setName(String name)Value ofname.
-