Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ExecuteProcResponse |
GPUdb.executeProc(ExecuteProcRequest request)
Executes a proc.
|
ExecuteProcResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
ExecuteProcResponse |
ExecuteProcResponse.setInfo(Map<String,String> info)
Additional information.
|
ExecuteProcResponse |
ExecuteProcResponse.setRunId(String runId)
The run ID of the running proc instance.
|
Copyright © 2025. All rights reserved.