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

> gpudb::HasTableRequest — 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#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:aa559695ea34986c1d29f4c725275fe63" id="r_aa559695ea34986c1d29f4c725275fe63">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa559695ea34986c1d29f4c725275fe63">HasTableRequest</a> ()</td>
      </tr>

      <tr className="memdesc:aa559695ea34986c1d29f4c725275fe63">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1HasTableRequest" title="A set of parameters for GPUdb::hasTable.">HasTableRequest</a> object with default parameters. <br /></td>
      </tr>

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

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

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

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

      <tr className="memdesc:aaf424aa94a58d514f2665a9ae17b5675">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table to check for existence, in \[ schema\_name. <br /></td>
      </tr>

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

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

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

      <tr className="separator:adb5eb47426b2d6f09bfb8f81ab669b1f">
        <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#acba046e591d5e9cdb71dcc296a1a6587">GPUdb::hasTable</a>. </p>
      <p>Checks for the existence of a table with the given name. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00017">17</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="#aa559695ea34986c1d29f4c725275fe63">◆ </a></span>HasTableRequest() <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::HasTableRequest::HasTableRequest </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_1HasTableRequest" title="A set of parameters for GPUdb::hasTable.">HasTableRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00022">22</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="#afbf437251063d595a18feb61328f9b5c">◆ </a></span>HasTableRequest() <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::HasTableRequest::HasTableRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableName\_</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_1HasTableRequest" title="A set of parameters for GPUdb::hasTable.">HasTableRequest</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">tableName\_</td>
                <td>Name of the table to check for existence, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. 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/has__table_8h_source#l00039">39</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="#adb5eb47426b2d6f09bfb8f81ab669b1f">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00056">56</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="#aaf424aa94a58d514f2665a9ae17b5675">◆ </a></span>tableName</h2>

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

      <div className="memdoc">
        <p>Name of the table to check for existence, in \[ schema\_name. </p>
        <p>\ ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__table_8h_source#l00051">51</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>
