> ## 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::ShowSqlProcRequest

> gpudb::ShowSqlProcRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <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:a15ba20b5505b4aa10f84b9bcc9eca21a" id="r_a15ba20b5505b4aa10f84b9bcc9eca21a">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a15ba20b5505b4aa10f84b9bcc9eca21a">ShowSqlProcRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a15ba20b5505b4aa10f84b9bcc9eca21a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSqlProcRequest" title="A set of parameters for GPUdb::showSqlProc.">ShowSqlProcRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a9b6cae5cb142d9a0ef3e592cdbc867f2" id="r_a9b6cae5cb142d9a0ef3e592cdbc867f2">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b6cae5cb142d9a0ef3e592cdbc867f2">ShowSqlProcRequest</a> (const std::string \&procedureName\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a9b6cae5cb142d9a0ef3e592cdbc867f2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowSqlProcRequest" title="A set of parameters for GPUdb::showSqlProc.">ShowSqlProcRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:a9b6cae5cb142d9a0ef3e592cdbc867f2">
        <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:a841221b0b40dcf4bc716d2a16a669949" id="r_a841221b0b40dcf4bc716d2a16a669949">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a841221b0b40dcf4bc716d2a16a669949">procedureName</a></td>
      </tr>

      <tr className="memdesc:a841221b0b40dcf4bc716d2a16a669949">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the procedure for which to retrieve the information. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a862b0b3845706777a0c84da9404c2893">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#af1e1e90f76a43c60220ad2ffa008f4af">GPUdb::showSqlProc</a>. </p>
      <p>Shows information about SQL procedures, including the full definition of each requested procedure. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00019">19</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="#a15ba20b5505b4aa10f84b9bcc9eca21a">◆ </a></span>ShowSqlProcRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowSqlProcRequest::ShowSqlProcRequest </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_1ShowSqlProcRequest" title="A set of parameters for GPUdb::showSqlProc.">ShowSqlProcRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00024">24</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="#a9b6cae5cb142d9a0ef3e592cdbc867f2">◆ </a></span>ShowSqlProcRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowSqlProcRequest::ShowSqlProcRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">procedureName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</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_1ShowSqlProcRequest" title="A set of parameters for GPUdb::showSqlProc.">ShowSqlProcRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">procedureName\_</td>
                <td>Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ''. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#ac6840c1d5c408c26e9808e761d5d2c85">show\_sql\_proc\_no\_error\_if\_not\_exists</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a3e2a2936461449f8d5b83cd62be74f72">true</a>, no error will be returned if the requested procedure does not exist. If <a className="el" href="/content/api/cpp/namespacegpudb#a12d6012a5d73862589b8cb18ec7a6366">false</a>, an error will be returned if the requested procedure does not exist. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3e2a2936461449f8d5b83cd62be74f72">show\_sql\_proc\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a12d6012a5d73862589b8cb18ec7a6366">show\_sql\_proc\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a12d6012a5d73862589b8cb18ec7a6366">show\_sql\_proc\_false</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00062">62</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="#a862b0b3845706777a0c84da9404c2893">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#ac6840c1d5c408c26e9808e761d5d2c85">show\_sql\_proc\_no\_error\_if\_not\_exists</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a3e2a2936461449f8d5b83cd62be74f72">true</a>, no error will be returned if the requested procedure does not exist. If <a className="el" href="/content/api/cpp/namespacegpudb#a12d6012a5d73862589b8cb18ec7a6366">false</a>, an error will be returned if the requested procedure does not exist. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3e2a2936461449f8d5b83cd62be74f72">show\_sql\_proc\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a12d6012a5d73862589b8cb18ec7a6366">show\_sql\_proc\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a12d6012a5d73862589b8cb18ec7a6366">show\_sql\_proc\_false</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00095">95</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="#a841221b0b40dcf4bc716d2a16a669949">◆ </a></span>procedureName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::ShowSqlProcRequest::procedureName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the procedure for which to retrieve the information. </p>
        <p>If blank, then information about all procedures is returned. The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__sql__proc_8h_source#l00073">73</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>
