Uses of Class
com.gpudb.protocol.DeleteUserResponse
-
Packages that use DeleteUserResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteUserResponse in com.gpudb
Methods in com.gpudb that return DeleteUserResponse Modifier and Type Method Description DeleteUserResponseGPUdb. deleteUser(DeleteUserRequest request)Deletes an existing user.DeleteUserResponseGPUdb. deleteUser(String name, Map<String,String> options)Deletes an existing user. -
Uses of DeleteUserResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteUserResponse Modifier and Type Method Description DeleteUserResponseDeleteUserResponse. setInfo(Map<String,String> info)Additional information.DeleteUserResponseDeleteUserResponse. setName(String name)Value ofname.
-