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

> gpudb::LockTableResponse — 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#ae6ac44ea2b9603bbad231212560ab451">GPUdb::lockTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/lock__table_8h_source">gpudb/protocol/lock\_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:a1f4d3c33b0f9c537a11acf2a50dfe45c" id="r_a1f4d3c33b0f9c537a11acf2a50dfe45c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1f4d3c33b0f9c537a11acf2a50dfe45c">LockTableResponse</a> ()</td>
      </tr>

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

      <tr className="separator:a1f4d3c33b0f9c537a11acf2a50dfe45c">
        <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:ac1bf90f162ea4822568ec4b6ce8021b6" id="r_ac1bf90f162ea4822568ec4b6ce8021b6">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac1bf90f162ea4822568ec4b6ce8021b6">lockType</a></td>
      </tr>

      <tr className="memdesc:ac1bf90f162ea4822568ec4b6ce8021b6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Returns the lock state of the table. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ab02913386d590bb2708a5933b347984c">
        <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#ae6ac44ea2b9603bbad231212560ab451">GPUdb::lockTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/lock__table_8h_source#l00173">173</a> of file <a className="el" href="/content/api/cpp/lock__table_8h_source">lock\_table.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::LockTableResponse::LockTableResponse </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_1LockTableResponse" title="A set of results returned by GPUdb::lockTable.">LockTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/lock__table_8h_source#l00178">178</a> of file <a className="el" href="/content/api/cpp/lock__table_8h_source">lock\_table.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::LockTableResponse::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/lock__table_8h_source#l00192">192</a> of file <a className="el" href="/content/api/cpp/lock__table_8h_source">lock\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac1bf90f162ea4822568ec4b6ce8021b6">◆ </a></span>lockType</h2>

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

      <div className="memdoc">
        <p>Returns the lock state of the table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/lock__table_8h_source#l00187">187</a> of file <a className="el" href="/content/api/cpp/lock__table_8h_source">lock\_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/lock__table_8h_source">lock\_table.h</a></li>
    </ul>
  </div>
</div>
