Uses of Class
com.gpudb.protocol.DropEnvironmentRequest
-
Packages that use DropEnvironmentRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropEnvironmentRequest in com.gpudb
Methods in com.gpudb with parameters of type DropEnvironmentRequest Modifier and Type Method Description DropEnvironmentResponseGPUdb. dropEnvironment(DropEnvironmentRequest request)Drop an existing user-defined function (UDF) environment. -
Uses of DropEnvironmentRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropEnvironmentRequest Modifier and Type Method Description DropEnvironmentRequestDropEnvironmentRequest. setEnvironmentName(String environmentName)Name of the environment to be dropped.DropEnvironmentRequestDropEnvironmentRequest. setOptions(Map<String,String> options)Optional parameters.
-