Uses of Class
com.gpudb.protocol.AlterUserResponse
-
Packages that use AlterUserResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterUserResponse in com.gpudb
Methods in com.gpudb that return AlterUserResponse Modifier and Type Method Description AlterUserResponseGPUdb. alterUser(AlterUserRequest request)Alters a user.AlterUserResponseGPUdb. alterUser(String name, String action, String value, Map<String,String> options)Alters a user. -
Uses of AlterUserResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterUserResponse Modifier and Type Method Description AlterUserResponseAlterUserResponse. setInfo(Map<String,String> info)Additional information.AlterUserResponseAlterUserResponse. setName(String name)Value ofname.
-