Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ExecuteProcResponse |
GPUdb.executeProc(ExecuteProcRequest request)
Executes a proc.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
ExecuteProcRequest |
ExecuteProcRequest.setBinParams(Map<String,ByteBuffer> binParams)
A map containing named binary parameters to pass to the proc.
|
||
ExecuteProcRequest |
ExecuteProcRequest.setInputColumnNames(Map<String,List<String>> inputColumnNames)
Map of table names from
inputTableNames to
lists of names of columns from those tables that will be passed to the
proc. |
||
ExecuteProcRequest |
ExecuteProcRequest.setInputTableNames(List<String> inputTableNames)
Names of the tables containing data to be passed to the proc.
|
||
ExecuteProcRequest |
ExecuteProcRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
ExecuteProcRequest |
ExecuteProcRequest.setOutputTableNames(List<String> outputTableNames)
Names of the tables to which output data from the proc will be written,
each in [schema_name.]table_name format, using standard
ExecuteProcRequest ExecuteProcRequest. |
setParams(Map<String,String> params)
A map containing named parameters to pass to the proc.
| |
ExecuteProcRequest |
ExecuteProcRequest.setProcName(String procName)
Name of the proc to execute.
|
Copyright © 2025. All rights reserved.