Uses of Class
com.gpudb.protocol.DeleteProcResponse
-
Packages that use DeleteProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteProcResponse in com.gpudb
Methods in com.gpudb that return DeleteProcResponse Modifier and Type Method Description DeleteProcResponseGPUdb. deleteProc(DeleteProcRequest request)Deletes a proc.DeleteProcResponseGPUdb. deleteProc(String procName, Map<String,String> options)Deletes a proc. -
Uses of DeleteProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteProcResponse Modifier and Type Method Description DeleteProcResponseDeleteProcResponse. setInfo(Map<String,String> info)Additional information.DeleteProcResponseDeleteProcResponse. setProcName(String procName)Value ofprocName.
-