> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::ShowSqlProcResponse

> gpudb::ShowSqlProcResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#af1e1e90f76a43c60220ad2ffa008f4af">GPUdb::showSqlProc</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__sql__proc_8h_source">gpudb/protocol/show\_sql\_proc.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:ab9067be33bcc4acbfa41f5d544843ce9" id="r_ab9067be33bcc4acbfa41f5d544843ce9">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab9067be33bcc4acbfa41f5d544843ce9">ShowSqlProcResponse</a> ()</td>
      </tr>

      <tr className="memdesc:ab9067be33bcc4acbfa41f5d544843ce9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSqlProcResponse" title="A set of results returned by GPUdb::showSqlProc.">ShowSqlProcResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:ab9067be33bcc4acbfa41f5d544843ce9">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a6f2d459f9c626dd8c2023403b6dda34a" id="r_a6f2d459f9c626dd8c2023403b6dda34a">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6f2d459f9c626dd8c2023403b6dda34a">procedureNames</a></td>
      </tr>

      <tr className="memdesc:a6f2d459f9c626dd8c2023403b6dda34a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A list of the names of the requested procedures. <br /></td>
      </tr>

      <tr className="separator:a6f2d459f9c626dd8c2023403b6dda34a">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ac7620095f0ab63760823dca5ce89fe7d" id="r_ac7620095f0ab63760823dca5ce89fe7d">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac7620095f0ab63760823dca5ce89fe7d">procedureDefinitions</a></td>
      </tr>

      <tr className="memdesc:ac7620095f0ab63760823dca5ce89fe7d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A list of the definitions for the requested procedures. <br /></td>
      </tr>

      <tr className="separator:ac7620095f0ab63760823dca5ce89fe7d">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:af8d73658b0d2ab89cc522b4e9cdc2635" id="r_af8d73658b0d2ab89cc522b4e9cdc2635">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::map\< std::string, std::string > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af8d73658b0d2ab89cc522b4e9cdc2635">additionalInfo</a></td>
      </tr>

      <tr className="memdesc:af8d73658b0d2ab89cc522b4e9cdc2635">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information about the respective tables in the requested procedures. <br /></td>
      </tr>

      <tr className="separator:af8d73658b0d2ab89cc522b4e9cdc2635">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a616576ae3e235495890f0369c7fe9a2f" id="r_a616576ae3e235495890f0369c7fe9a2f">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a616576ae3e235495890f0369c7fe9a2f">info</a></td>
      </tr>

      <tr className="memdesc:a616576ae3e235495890f0369c7fe9a2f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:a616576ae3e235495890f0369c7fe9a2f">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#af1e1e90f76a43c60220ad2ffa008f4af">GPUdb::showSqlProc</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00148">148</a> of file <a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ab9067be33bcc4acbfa41f5d544843ce9">◆ </a></span>ShowSqlProcResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowSqlProcResponse::ShowSqlProcResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSqlProcResponse" title="A set of results returned by GPUdb::showSqlProc.">ShowSqlProcResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00153">153</a> of file <a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#af8d73658b0d2ab89cc522b4e9cdc2635">◆ </a></span>additionalInfo</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::map\<std::string, std::string> > gpudb::ShowSqlProcResponse::additionalInfo</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information about the respective tables in the requested procedures. </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5661a8d7c7b048499df3720f4f088841">show\_sql\_proc\_execute\_as</a>: The periodic execution impersonate user. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#abc25eb7d6d9f0f7f0fbc46a094e9f255">show\_sql\_proc\_execute\_interval</a>: The periodic execution interval in seconds. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a15a447060b4321b98cb917f04f9ecf5e">show\_sql\_proc\_execute\_start\_time</a>: The initial date/time that periodic execution began. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab4f98ab88087c16a051526eaccdf575a">show\_sql\_proc\_execute\_stop\_time</a>: Time at which the periodic execution stops. The default value is ''. </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00189">189</a> of file <a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a616576ae3e235495890f0369c7fe9a2f">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowSqlProcResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00194">194</a> of file <a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac7620095f0ab63760823dca5ce89fe7d">◆ </a></span>procedureDefinitions</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::ShowSqlProcResponse::procedureDefinitions</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A list of the definitions for the requested procedures. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00169">169</a> of file <a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6f2d459f9c626dd8c2023403b6dda34a">◆ </a></span>procedureNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::ShowSqlProcResponse::procedureNames</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A list of the names of the requested procedures. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00164">164</a> of file <a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/show__sql__proc_8h_source">show\_sql\_proc.h</a></li>
    </ul>
  </div>
</div>
