Uses of Class
com.gpudb.protocol.ShowProcResponse
-
Packages that use ShowProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowProcResponse in com.gpudb
Methods in com.gpudb that return ShowProcResponse Modifier and Type Method Description ShowProcResponseGPUdb. showProc(ShowProcRequest request)Shows information about a proc.ShowProcResponseGPUdb. showProc(String procName, Map<String,String> options)Shows information about a proc. -
Uses of ShowProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowProcResponse Modifier and Type Method Description ShowProcResponseShowProcResponse. setArgs(List<List<String>> args)Arrays of command-line arguments that will be passed to the procs named inprocNameswhen executed.ShowProcResponseShowProcResponse. setCommands(List<String> commands)The commands (excluding arguments) that will be invoked when the procs named inprocNamesare executed.ShowProcResponseShowProcResponse. setExecutionModes(List<String> executionModes)The execution modes of the procs named inprocNames.ShowProcResponseShowProcResponse. setFiles(List<Map<String,ByteBuffer>> files)Maps of the files that make up the procs named inprocNames.ShowProcResponseShowProcResponse. setInfo(Map<String,String> info)Additional information.ShowProcResponseShowProcResponse. setOptions(List<Map<String,String>> options)The optional parameters for the procs named inprocNames.ShowProcResponseShowProcResponse. setProcNames(List<String> procNames)The proc names.
-