Uses of Class
com.gpudb.protocol.AlterRoleResponse
-
Packages that use AlterRoleResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterRoleResponse in com.gpudb
Methods in com.gpudb that return AlterRoleResponse Modifier and Type Method Description AlterRoleResponseGPUdb. alterRole(AlterRoleRequest request)Alters a Role.AlterRoleResponseGPUdb. alterRole(String name, String action, String value, Map<String,String> options)Alters a Role. -
Uses of AlterRoleResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterRoleResponse Modifier and Type Method Description AlterRoleResponseAlterRoleResponse. setInfo(Map<String,String> info)Additional information.AlterRoleResponseAlterRoleResponse. setName(String name)Value ofname.
-