GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ExportRecordsToTableResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/export_records_to_table.h>

Public Member Functions

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

Public Attributes

std::string tableName
 
int64_t countInserted
 
int64_t countSkipped
 
int64_t countUpdated
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Exports records from source table to the specified target table in an external database

Definition at line 172 of file export_records_to_table.h.

Constructor & Destructor Documentation

gpudb::ExportRecordsToTableResponse::ExportRecordsToTableResponse ( )
inline

Constructs an ExportRecordsToTableResponse object with default parameter values.

Definition at line 179 of file export_records_to_table.h.

Member Data Documentation

int64_t gpudb::ExportRecordsToTableResponse::countInserted

Definition at line 189 of file export_records_to_table.h.

int64_t gpudb::ExportRecordsToTableResponse::countSkipped

Definition at line 190 of file export_records_to_table.h.

int64_t gpudb::ExportRecordsToTableResponse::countUpdated

Definition at line 191 of file export_records_to_table.h.

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

Definition at line 192 of file export_records_to_table.h.

std::string gpudb::ExportRecordsToTableResponse::tableName

Definition at line 188 of file export_records_to_table.h.


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