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) |
ShowProcResponse |
ShowProcResponse.setCommands(List<String> commands) |
ShowProcResponse |
ShowProcResponse.setExecutionModes(List<String> executionModes) |
ShowProcResponse |
ShowProcResponse.setFiles(List<Map<String,ByteBuffer>> files) |
ShowProcResponse |
ShowProcResponse.setInfo(Map<String,String> info) |
ShowProcResponse |
ShowProcResponse.setOptions(List<Map<String,String>> options) |
ShowProcResponse |
ShowProcResponse.setProcNames(List<String> procNames) |
Copyright © 2020. All rights reserved.