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

> gpudb::CreateProcResponse — 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#aece60959dc14eef09c0a3b390ddee6ea">GPUdb::createProc</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__proc_8h_source">gpudb/protocol/create\_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:aac5d56f2017713623fa96922eb668d71" id="r_aac5d56f2017713623fa96922eb668d71">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aac5d56f2017713623fa96922eb668d71">CreateProcResponse</a> ()</td>
      </tr>

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

      <tr className="separator:aac5d56f2017713623fa96922eb668d71">
        <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:a14939d57a394f3aacacf3d05981e2936" id="r_a14939d57a394f3aacacf3d05981e2936">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a14939d57a394f3aacacf3d05981e2936">procName</a></td>
      </tr>

      <tr className="memdesc:a14939d57a394f3aacacf3d05981e2936">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateProcRequest#a437022c5e0005607d12b2a516b638f5c">procName</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ab7f9ea940452a8071860e0df197fc55d">
        <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#aece60959dc14eef09c0a3b390ddee6ea">GPUdb::createProc</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__proc_8h_source#l00281">281</a> of file <a className="el" href="/content/api/cpp/create__proc_8h_source">create\_proc.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateProcResponse::CreateProcResponse </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_1CreateProcResponse" title="A set of results returned by GPUdb::createProc.">CreateProcResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__proc_8h_source#l00286">286</a> of file <a className="el" href="/content/api/cpp/create__proc_8h_source">create\_proc.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::CreateProcResponse::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/create__proc_8h_source#l00300">300</a> of file <a className="el" href="/content/api/cpp/create__proc_8h_source">create\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a14939d57a394f3aacacf3d05981e2936">◆ </a></span>procName</h2>

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateProcRequest#a437022c5e0005607d12b2a516b638f5c">procName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__proc_8h_source#l00295">295</a> of file <a className="el" href="/content/api/cpp/create__proc_8h_source">create\_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/create__proc_8h_source">create\_proc.h</a></li>
    </ul>
  </div>
</div>
