Uses of Class
com.gpudb.protocol.ShowProcRequest
-
Packages that use ShowProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowProcRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowProcRequest Modifier and Type Method Description ShowProcResponseGPUdb. showProc(ShowProcRequest request)Shows information about a proc. -
Uses of ShowProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowProcRequest Modifier and Type Method Description ShowProcRequestShowProcRequest. setOptions(Map<String,String> options)Optional parameters.ShowProcRequestShowProcRequest. setProcName(String procName)Name of the proc to show information about.
-