GPUdb C++ API  Version 6.2.0.3
gpudb::AppendRecordsResponse Struct Reference

A set of output parameters for appendRecords(const AppendRecordsRequest&) const. More...

#include <gpudb/protocol/append_records.h>

Public Member Functions

 AppendRecordsResponse ()
 Constructs an AppendRecordsResponse object with default parameter values. More...
 

Public Attributes

std::string tableName
 

Detailed Description

A set of output parameters for appendRecords(const AppendRecordsRequest&) const.

Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName). The field map (specified by fieldMap) holds the user specified map of target table column names with their mapped source column names.

Definition at line 204 of file append_records.h.

Constructor & Destructor Documentation

◆ AppendRecordsResponse()

gpudb::AppendRecordsResponse::AppendRecordsResponse ( )
inline

Constructs an AppendRecordsResponse object with default parameter values.

Definition at line 211 of file append_records.h.

Member Data Documentation

◆ tableName

std::string gpudb::AppendRecordsResponse::tableName

Definition at line 216 of file append_records.h.


The documentation for this struct was generated from the following file: