Uses of Class
com.gpudb.protocol.CreateRoleResponse
-
Packages that use CreateRoleResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateRoleResponse in com.gpudb
Methods in com.gpudb that return CreateRoleResponse Modifier and Type Method Description CreateRoleResponseGPUdb. createRole(CreateRoleRequest request)Creates a new role.CreateRoleResponseGPUdb. createRole(String name, Map<String,String> options)Creates a new role. -
Uses of CreateRoleResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateRoleResponse Modifier and Type Method Description CreateRoleResponseCreateRoleResponse. setInfo(Map<String,String> info)Additional information.CreateRoleResponseCreateRoleResponse. setName(String name)Value ofname.
-