Uses of Class
com.gpudb.protocol.ShowSqlProcRequest
-
Packages that use ShowSqlProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSqlProcRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowSqlProcRequest Modifier and Type Method Description ShowSqlProcResponseGPUdb. showSqlProc(ShowSqlProcRequest request)Shows information about SQL procedures, including the full definition of each requested procedure. -
Uses of ShowSqlProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSqlProcRequest Modifier and Type Method Description ShowSqlProcRequestShowSqlProcRequest. setOptions(Map<String,String> options)Optional parameters.ShowSqlProcRequestShowSqlProcRequest. setProcedureName(String procedureName)Name of the procedure for which to retrieve the information.
-