Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowProcResponse |
GPUdb.showProc(ShowProcRequest request)
Shows information about a proc.
|
ShowProcResponse |
GPUdb.showProc(String procName,
Map<String,String> options)
Shows information about a proc.
|
Modifier and Type | Method and Description |
---|---|
ShowProcResponse |
ShowProcResponse.setArgs(List<List<String>> args)
Arrays of command-line arguments that will be passed to the procs named
in
procNames when executed. |
ShowProcResponse |
ShowProcResponse.setCommands(List<String> commands)
The commands (excluding arguments) that will be invoked when the procs
named in
procNames are executed. |
ShowProcResponse |
ShowProcResponse.setExecutionModes(List<String> executionModes)
The execution modes of the procs named in
procNames . |
ShowProcResponse |
ShowProcResponse.setFiles(List<Map<String,ByteBuffer>> files)
Maps of the files that make up the procs named in
procNames . |
ShowProcResponse |
ShowProcResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowProcResponse |
ShowProcResponse.setOptions(List<Map<String,String>> options)
The optional parameters for the procs named in
procNames . |
ShowProcResponse |
ShowProcResponse.setProcNames(List<String> procNames)
The proc names.
|
Copyright © 2025. All rights reserved.