Uses of Class
com.gpudb.protocol.CreateRoleRequest
-
Packages that use CreateRoleRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateRoleRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateRoleRequest Modifier and Type Method Description CreateRoleResponseGPUdb. createRole(CreateRoleRequest request)Creates a new role. -
Uses of CreateRoleRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateRoleRequest Modifier and Type Method Description CreateRoleRequestCreateRoleRequest. setName(String name)Name of the role to be created.CreateRoleRequestCreateRoleRequest. setOptions(Map<String,String> options)Optional parameters.
-