Uses of Class
com.gpudb.protocol.CreateUserInternalResponse
-
Packages that use CreateUserInternalResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateUserInternalResponse in com.gpudb
Methods in com.gpudb that return CreateUserInternalResponse Modifier and Type Method Description CreateUserInternalResponseGPUdb. createUserInternal(CreateUserInternalRequest request)Creates a new internal user (a user whose credentials are managed by the database system).CreateUserInternalResponseGPUdb. createUserInternal(String name, String password, Map<String,String> options)Creates a new internal user (a user whose credentials are managed by the database system). -
Uses of CreateUserInternalResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateUserInternalResponse Modifier and Type Method Description CreateUserInternalResponseCreateUserInternalResponse. setInfo(Map<String,String> info)Additional information.CreateUserInternalResponseCreateUserInternalResponse. setName(String name)Value ofname.
-