| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
ShowSqlProcResponse |
GPUdb.showSqlProc(ShowSqlProcRequest request)
Shows information about SQL procedures, including the full definition of
each requested procedure.
|
ShowSqlProcResponse |
GPUdb.showSqlProc(String procedureName,
Map<String,String> options)
Shows information about SQL procedures, including the full definition of
each requested procedure.
|
| Modifier and Type | Method and Description |
|---|---|
ShowSqlProcResponse |
ShowSqlProcResponse.setAdditionalInfo(List<Map<String,String>> additionalInfo) |
ShowSqlProcResponse |
ShowSqlProcResponse.setInfo(Map<String,String> info) |
ShowSqlProcResponse |
ShowSqlProcResponse.setProcedureDefinitions(List<String> procedureDefinitions) |
ShowSqlProcResponse |
ShowSqlProcResponse.setProcedureNames(List<String> procedureNames) |
Copyright © 2020. All rights reserved.