Uses of Class
com.gpudb.protocol.DropDatasourceResponse
-
Packages that use DropDatasourceResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropDatasourceResponse in com.gpudb
Methods in com.gpudb that return DropDatasourceResponse Modifier and Type Method Description DropDatasourceResponseGPUdb. dropDatasource(DropDatasourceRequest request)Drops an existing data source.DropDatasourceResponseGPUdb. dropDatasource(String name, Map<String,String> options)Drops an existing data source. -
Uses of DropDatasourceResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropDatasourceResponse Modifier and Type Method Description DropDatasourceResponseDropDatasourceResponse. setInfo(Map<String,String> info)Additional information.DropDatasourceResponseDropDatasourceResponse. setName(String name)Value ofname.
-