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

> gpudb::HasSchemaResponse — 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#ad9239208a2646cbf0b1bd9bf4e1a0d50">GPUdb::hasSchema</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/has__schema_8h_source">gpudb/protocol/has\_schema.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:a6003fd20f78882bdb55b31ad8a7af671" id="r_a6003fd20f78882bdb55b31ad8a7af671">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6003fd20f78882bdb55b31ad8a7af671">HasSchemaResponse</a> ()</td>
      </tr>

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

      <tr className="separator:a6003fd20f78882bdb55b31ad8a7af671">
        <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:a19f3521983f2fe6947427831d5568e29" id="r_a19f3521983f2fe6947427831d5568e29">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a19f3521983f2fe6947427831d5568e29">schemaName</a></td>
      </tr>

      <tr className="memdesc:a19f3521983f2fe6947427831d5568e29">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1HasSchemaRequest#a495fa9b66368ed1d7484c0e9727520cb">schemaName</a>. <br /></td>
      </tr>

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

      <tr className="memitem:adb1d73dfcf96042f3420c54c2cb355e0" id="r_adb1d73dfcf96042f3420c54c2cb355e0">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adb1d73dfcf96042f3420c54c2cb355e0">schemaExists</a></td>
      </tr>

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

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

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

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

      <tr className="separator:a180f74cf55af030e240ef666d67399af">
        <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#ad9239208a2646cbf0b1bd9bf4e1a0d50">GPUdb::hasSchema</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__schema_8h_source#l00106">106</a> of file <a className="el" href="/content/api/cpp/has__schema_8h_source">has\_schema.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::HasSchemaResponse::HasSchemaResponse </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_1HasSchemaResponse" title="A set of results returned by GPUdb::hasSchema.">HasSchemaResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__schema_8h_source#l00111">111</a> of file <a className="el" href="/content/api/cpp/has__schema_8h_source">has\_schema.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::HasSchemaResponse::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__schema_8h_source#l00136">136</a> of file <a className="el" href="/content/api/cpp/has__schema_8h_source">has\_schema.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#adb1d73dfcf96042f3420c54c2cb355e0">◆ </a></span>schemaExists</h2>

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

      <div className="memdoc">
        <p>Indicates whether the schema 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__schema_8h_source#l00131">131</a> of file <a className="el" href="/content/api/cpp/has__schema_8h_source">has\_schema.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a19f3521983f2fe6947427831d5568e29">◆ </a></span>schemaName</h2>

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1HasSchemaRequest#a495fa9b66368ed1d7484c0e9727520cb">schemaName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__schema_8h_source#l00121">121</a> of file <a className="el" href="/content/api/cpp/has__schema_8h_source">has\_schema.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__schema_8h_source">has\_schema.h</a></li>
    </ul>
  </div>
</div>
