GPUdb C++ API  Version 7.2.2.4
gpudb::ExportRecordsToTableResponse Struct Reference

A set of results returned by GPUdb::exportRecordsToTable. More...

#include <gpudb/protocol/export_records_to_table.h>

Public Member Functions

 ExportRecordsToTableResponse ()
 Constructs an ExportRecordsToTableResponse object with default parameters. More...
 

Public Attributes

std::string tableName
 Value of tableName. More...
 
int64_t countInserted
 Number of records inserted into the target table. More...
 
int64_t countSkipped
 Number of records skipped. More...
 
int64_t countUpdated
 [Not yet implemented] Number of records updated within the target table. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::exportRecordsToTable.

Definition at line 253 of file export_records_to_table.h.

Constructor & Destructor Documentation

◆ ExportRecordsToTableResponse()

gpudb::ExportRecordsToTableResponse::ExportRecordsToTableResponse ( )
inline

Constructs an ExportRecordsToTableResponse object with default parameters.

Definition at line 259 of file export_records_to_table.h.

Member Data Documentation

◆ countInserted

int64_t gpudb::ExportRecordsToTableResponse::countInserted

Number of records inserted into the target table.

Definition at line 277 of file export_records_to_table.h.

◆ countSkipped

int64_t gpudb::ExportRecordsToTableResponse::countSkipped

Number of records skipped.

Definition at line 282 of file export_records_to_table.h.

◆ countUpdated

int64_t gpudb::ExportRecordsToTableResponse::countUpdated

[Not yet implemented] Number of records updated within the target table.

Definition at line 288 of file export_records_to_table.h.

◆ info

std::map<std::string, std::string> gpudb::ExportRecordsToTableResponse::info

Additional information.

Definition at line 293 of file export_records_to_table.h.

◆ tableName

std::string gpudb::ExportRecordsToTableResponse::tableName

Value of tableName.

Definition at line 272 of file export_records_to_table.h.


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