Uses of Class
com.gpudb.protocol.DropDatasinkRequest
-
Packages that use DropDatasinkRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropDatasinkRequest in com.gpudb
Methods in com.gpudb with parameters of type DropDatasinkRequest Modifier and Type Method Description DropDatasinkResponseGPUdb. dropDatasink(DropDatasinkRequest request)Drops an existing data sink. -
Uses of DropDatasinkRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropDatasinkRequest Modifier and Type Method Description DropDatasinkRequestDropDatasinkRequest. setName(String name)Name of the data sink to be dropped.DropDatasinkRequestDropDatasinkRequest. setOptions(Map<String,String> options)Optional parameters.
-