Uses of Class
com.gpudb.protocol.CreateUserInternalRequest
-
Packages that use CreateUserInternalRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateUserInternalRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateUserInternalRequest Modifier and Type Method Description CreateUserInternalResponseGPUdb. createUserInternal(CreateUserInternalRequest request)Creates a new internal user (a user whose credentials are managed by the database system). -
Uses of CreateUserInternalRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateUserInternalRequest Modifier and Type Method Description CreateUserInternalRequestCreateUserInternalRequest. setName(String name)Name of the user to be created.CreateUserInternalRequestCreateUserInternalRequest. setOptions(Map<String,String> options)Optional parameters.CreateUserInternalRequestCreateUserInternalRequest. setPassword(String password)Initial password of the user to be created.
-