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

> gpudb::HasTableResponse — 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#acba046e591d5e9cdb71dcc296a1a6587">GPUdb::hasTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/has__table_8h_source">gpudb/protocol/has\_table.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:a36499cf97c6ba1197927d1ade8f242f6" id="r_a36499cf97c6ba1197927d1ade8f242f6">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a36499cf97c6ba1197927d1ade8f242f6">HasTableResponse</a> ()</td>
      </tr>

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

      <tr className="separator:a36499cf97c6ba1197927d1ade8f242f6">
        <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:a505debf42eeec3b0a57851c56cff2aad" id="r_a505debf42eeec3b0a57851c56cff2aad">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a505debf42eeec3b0a57851c56cff2aad">tableName</a></td>
      </tr>

      <tr className="memdesc:a505debf42eeec3b0a57851c56cff2aad">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1HasTableRequest#aaf424aa94a58d514f2665a9ae17b5675">tableName</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ab110645df37cac8bc2968a706c1fc1ca" id="r_ab110645df37cac8bc2968a706c1fc1ca">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab110645df37cac8bc2968a706c1fc1ca">tableExists</a></td>
      </tr>

      <tr className="memdesc:ab110645df37cac8bc2968a706c1fc1ca">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates whether the table exists or not. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a4d3d0c344a7dea85bd0964612bd2d0ed">
        <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#acba046e591d5e9cdb71dcc296a1a6587">GPUdb::hasTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00108">108</a> of file <a className="el" href="/content/api/cpp/has__table_8h_source">has\_table.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::HasTableResponse::HasTableResponse </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_1HasTableResponse" title="A set of results returned by GPUdb::hasTable.">HasTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00113">113</a> of file <a className="el" href="/content/api/cpp/has__table_8h_source">has\_table.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::HasTableResponse::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/has__table_8h_source#l00138">138</a> of file <a className="el" href="/content/api/cpp/has__table_8h_source">has\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab110645df37cac8bc2968a706c1fc1ca">◆ </a></span>tableExists</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::HasTableResponse::tableExists</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates whether the table exists or not. </p>
        <p>Supported values: </p>

        <ul>
          <li> true </li>
          <li> false </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00133">133</a> of file <a className="el" href="/content/api/cpp/has__table_8h_source">has\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a505debf42eeec3b0a57851c56cff2aad">◆ </a></span>tableName</h2>

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1HasTableRequest#aaf424aa94a58d514f2665a9ae17b5675">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00123">123</a> of file <a className="el" href="/content/api/cpp/has__table_8h_source">has\_table.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/has__table_8h_source">has\_table.h</a></li>
    </ul>
  </div>
</div>
