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) |
ExecuteProcResponse |
ExecuteProcResponse.setRunId(String runId) |
Copyright © 2020. All rights reserved.