Uses of Class
com.gpudb.protocol.DropDatasinkResponse
-
Packages that use DropDatasinkResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropDatasinkResponse in com.gpudb
Methods in com.gpudb that return DropDatasinkResponse Modifier and Type Method Description DropDatasinkResponseGPUdb. dropDatasink(DropDatasinkRequest request)Drops an existing data sink.DropDatasinkResponseGPUdb. dropDatasink(String name, Map<String,String> options)Drops an existing data sink. -
Uses of DropDatasinkResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropDatasinkResponse Modifier and Type Method Description DropDatasinkResponseDropDatasinkResponse. setInfo(Map<String,String> info)Additional information.DropDatasinkResponseDropDatasinkResponse. setName(String name)Value ofname.
-