Uses of Class
com.gpudb.protocol.ShowSqlProcResponse
-
Packages that use ShowSqlProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSqlProcResponse in com.gpudb
Methods in com.gpudb that return ShowSqlProcResponse Modifier and Type Method Description ShowSqlProcResponseGPUdb. showSqlProc(ShowSqlProcRequest request)Shows information about SQL procedures, including the full definition of each requested procedure.ShowSqlProcResponseGPUdb. showSqlProc(String procedureName, Map<String,String> options)Shows information about SQL procedures, including the full definition of each requested procedure. -
Uses of ShowSqlProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSqlProcResponse Modifier and Type Method Description ShowSqlProcResponseShowSqlProcResponse. setAdditionalInfo(List<Map<String,String>> additionalInfo)Additional information about the respective tables in the requested procedures.ShowSqlProcResponseShowSqlProcResponse. setInfo(Map<String,String> info)Additional information.ShowSqlProcResponseShowSqlProcResponse. setProcedureDefinitions(List<String> procedureDefinitions)A list of the definitions for the requested procedures.ShowSqlProcResponseShowSqlProcResponse. setProcedureNames(List<String> procedureNames)A list of the names of the requested procedures.
-