Uses of Class
com.gpudb.protocol.DropEnvironmentResponse
-
Packages that use DropEnvironmentResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropEnvironmentResponse in com.gpudb
Methods in com.gpudb that return DropEnvironmentResponse Modifier and Type Method Description DropEnvironmentResponseGPUdb. dropEnvironment(DropEnvironmentRequest request)Drop an existing user-defined function (UDF) environment.DropEnvironmentResponseGPUdb. dropEnvironment(String environmentName, Map<String,String> options)Drop an existing user-defined function (UDF) environment. -
Uses of DropEnvironmentResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropEnvironmentResponse Modifier and Type Method Description DropEnvironmentResponseDropEnvironmentResponse. setEnvironmentName(String environmentName)Value ofenvironmentName.DropEnvironmentResponseDropEnvironmentResponse. setInfo(Map<String,String> info)Additional information.
-