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

> gpudb::InsertRecordsFromQueryResponse — 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#ab280346cc3e31d912f8becba8ddce40b">GPUdb::insertRecordsFromQuery</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">gpudb/protocol/insert\_records\_from\_query.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:a432501c44c38dae2ce9096036fdccc2c" id="r_a432501c44c38dae2ce9096036fdccc2c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a432501c44c38dae2ce9096036fdccc2c">InsertRecordsFromQueryResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a432501c44c38dae2ce9096036fdccc2c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1InsertRecordsFromQueryResponse" title="A set of results returned by GPUdb::insertRecordsFromQuery.">InsertRecordsFromQueryResponse</a> object with default parameters. <br /></td>
      </tr>

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

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

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

      <tr className="memitem:af0390ece5e4bfe839089b3b1cca300ca" id="r_af0390ece5e4bfe839089b3b1cca300ca">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af0390ece5e4bfe839089b3b1cca300ca">typeId</a></td>
      </tr>

      <tr className="memdesc:af0390ece5e4bfe839089b3b1cca300ca">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">ID of the currently registered table structure <a href="/content/concepts/types/" target="_top">type</a> for the target table. <br /></td>
      </tr>

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

      <tr className="memitem:a196d7604d66e60e98c4076525adfff09" id="r_a196d7604d66e60e98c4076525adfff09">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a196d7604d66e60e98c4076525adfff09">typeDefinition</a></td>
      </tr>

      <tr className="memdesc:a196d7604d66e60e98c4076525adfff09">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A JSON string describing the columns of the target table. <br /></td>
      </tr>

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

      <tr className="memitem:aaf532ab9c07ed1e00b48bf19e59dc433" id="r_aaf532ab9c07ed1e00b48bf19e59dc433">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aaf532ab9c07ed1e00b48bf19e59dc433">typeLabel</a></td>
      </tr>

      <tr className="memdesc:aaf532ab9c07ed1e00b48bf19e59dc433">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The user-defined description associated with the target table's structure. <br /></td>
      </tr>

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

      <tr className="memitem:a1ab23521666b2f97aa99a82ee27a3e99" id="r_a1ab23521666b2f97aa99a82ee27a3e99">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::vector\< std::string > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1ab23521666b2f97aa99a82ee27a3e99">typeProperties</a></td>
      </tr>

      <tr className="memdesc:a1ab23521666b2f97aa99a82ee27a3e99">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A mapping of each target table column name to an array of column properties associated with that column. <br /></td>
      </tr>

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

      <tr className="memitem:aac188ac50c73cbbbddf068bad23f9f66" id="r_aac188ac50c73cbbbddf068bad23f9f66">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aac188ac50c73cbbbddf068bad23f9f66">countInserted</a></td>
      </tr>

      <tr className="memdesc:aac188ac50c73cbbbddf068bad23f9f66">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records inserted into the target table. <br /></td>
      </tr>

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

      <tr className="memitem:a6c2c9e450575abec84f2724647659376" id="r_a6c2c9e450575abec84f2724647659376">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6c2c9e450575abec84f2724647659376">countSkipped</a></td>
      </tr>

      <tr className="memdesc:a6c2c9e450575abec84f2724647659376">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records skipped, when not running in <a className="el" href="/content/api/cpp/namespacegpudb#a197f2bef924eb4a671e3520d8ce86c24">abort</a> error handling mode. <br /></td>
      </tr>

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

      <tr className="memitem:ad9dbef5d1f0b20e5b5383b5fee942ba0" id="r_ad9dbef5d1f0b20e5b5383b5fee942ba0">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad9dbef5d1f0b20e5b5383b5fee942ba0">countUpdated</a></td>
      </tr>

      <tr className="memdesc:ad9dbef5d1f0b20e5b5383b5fee942ba0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">\[Not yet implemented] Number of records updated within the target table. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a47b39ca9004c1058b1c9787e0f18af40">
        <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#ab280346cc3e31d912f8becba8ddce40b">GPUdb::insertRecordsFromQuery</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01200">1200</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::InsertRecordsFromQueryResponse::InsertRecordsFromQueryResponse </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 an <a className="el" href="/content/api/cpp/structgpudb_1_1InsertRecordsFromQueryResponse" title="A set of results returned by GPUdb::insertRecordsFromQuery.">InsertRecordsFromQueryResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01206">1206</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::InsertRecordsFromQueryResponse::countInserted</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of records inserted into the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01252">1252</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6c2c9e450575abec84f2724647659376">◆ </a></span>countSkipped</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::InsertRecordsFromQueryResponse::countSkipped</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of records skipped, when not running in <a className="el" href="/content/api/cpp/namespacegpudb#a197f2bef924eb4a671e3520d8ce86c24">abort</a> error handling mode. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01258">1258</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad9dbef5d1f0b20e5b5383b5fee942ba0">◆ </a></span>countUpdated</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::InsertRecordsFromQueryResponse::countUpdated</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>\[Not yet implemented] Number of records updated within the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01264">1264</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a47b39ca9004c1058b1c9787e0f18af40">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::InsertRecordsFromQueryResponse::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/insert__records__from__query_8h_source#l01269">1269</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1InsertRecordsFromQueryRequest#ac4ba2aad65ebc82d5af64e7a463c9a7a">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01223">1223</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a196d7604d66e60e98c4076525adfff09">◆ </a></span>typeDefinition</h2>

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

      <div className="memdoc">
        <p>A JSON string describing the columns of the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01235">1235</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af0390ece5e4bfe839089b3b1cca300ca">◆ </a></span>typeId</h2>

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

      <div className="memdoc">
        <p>ID of the currently registered table structure <a href="/content/concepts/types/" target="_top">type</a> for the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01230">1230</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aaf532ab9c07ed1e00b48bf19e59dc433">◆ </a></span>typeLabel</h2>

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

      <div className="memdoc">
        <p>The user-defined description associated with the target table's structure. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01241">1241</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1ab23521666b2f97aa99a82ee27a3e99">◆ </a></span>typeProperties</h2>

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

      <div className="memdoc">
        <p>A mapping of each target table column name to an array of column properties associated with that column. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source#l01247">1247</a> of file <a className="el" href="/content/api/cpp/insert__records__from__query_8h_source">insert\_records\_from\_query.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/insert__records__from__query_8h_source">insert\_records\_from\_query.h</a></li>
    </ul>
  </div>
</div>
