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)
Additional information about the respective tables in the requested
procedures.
|
ShowSqlProcResponse |
ShowSqlProcResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowSqlProcResponse |
ShowSqlProcResponse.setProcedureDefinitions(List<String> procedureDefinitions)
A list of the definitions for the requested procedures.
|
ShowSqlProcResponse |
ShowSqlProcResponse.setProcedureNames(List<String> procedureNames)
A list of the names of the requested procedures.
|
Copyright © 2025. All rights reserved.