Uses of Class
com.gpudb.protocol.CreateDatasinkResponse
-
Packages that use CreateDatasinkResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateDatasinkResponse in com.gpudb
Methods in com.gpudb that return CreateDatasinkResponse Modifier and Type Method Description CreateDatasinkResponseGPUdb. createDatasink(CreateDatasinkRequest request)Creates a data sink, which contains the destination information for a data sink that is external to the database.CreateDatasinkResponseGPUdb. createDatasink(String name, String destination, Map<String,String> options)Creates a data sink, which contains the destination information for a data sink that is external to the database. -
Uses of CreateDatasinkResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateDatasinkResponse Modifier and Type Method Description CreateDatasinkResponseCreateDatasinkResponse. setInfo(Map<String,String> info)Additional information.CreateDatasinkResponseCreateDatasinkResponse. setName(String name)Value ofname.
-