Uses of Class
com.gpudb.protocol.CreateDatasourceResponse
-
Packages that use CreateDatasourceResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateDatasourceResponse in com.gpudb
Methods in com.gpudb that return CreateDatasourceResponse Modifier and Type Method Description CreateDatasourceResponseGPUdb. createDatasource(CreateDatasourceRequest request)Creates a data source, which contains the location and connection information for a data store that is external to the database.CreateDatasourceResponseGPUdb. createDatasource(String name, String location, String userName, String password, Map<String,String> options)Creates a data source, which contains the location and connection information for a data store that is external to the database. -
Uses of CreateDatasourceResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateDatasourceResponse Modifier and Type Method Description CreateDatasourceResponseCreateDatasourceResponse. setInfo(Map<String,String> info)Additional information.CreateDatasourceResponseCreateDatasourceResponse. setName(String name)Value ofname.
-