Uses of Class
com.gpudb.protocol.DeleteProcRequest
-
Packages that use DeleteProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteProcRequest in com.gpudb
Methods in com.gpudb with parameters of type DeleteProcRequest Modifier and Type Method Description DeleteProcResponseGPUdb. deleteProc(DeleteProcRequest request)Deletes a proc. -
Uses of DeleteProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteProcRequest Modifier and Type Method Description DeleteProcRequestDeleteProcRequest. setOptions(Map<String,String> options)Optional parameters.DeleteProcRequestDeleteProcRequest. setProcName(String procName)Name of the proc to be deleted.
-