Uses of Class
com.gpudb.protocol.ExecuteProcResponse
-
Packages that use ExecuteProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ExecuteProcResponse in com.gpudb
Methods in com.gpudb that return ExecuteProcResponse Modifier and Type Method Description ExecuteProcResponseGPUdb. executeProc(ExecuteProcRequest request)Executes a proc.ExecuteProcResponseGPUdb. executeProc(String procName, Map<String,String> params, Map<String,ByteBuffer> binParams, List<String> inputTableNames, Map<String,List<String>> inputColumnNames, List<String> outputTableNames, Map<String,String> options)Executes a proc. -
Uses of ExecuteProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ExecuteProcResponse Modifier and Type Method Description ExecuteProcResponseExecuteProcResponse. setInfo(Map<String,String> info)Additional information.ExecuteProcResponseExecuteProcResponse. setRunId(String runId)The run ID of the running proc instance.
-