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

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

#include <gpudb/protocol/insert_records_from_query.h>

Public Member Functions

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

Public Attributes

std::string tableName
 Value of tableName. More...
 
std::string typeId
 ID of the currently registered table structure type for the target table. More...
 
std::string typeDefinition
 A JSON string describing the columns of the target table. More...
 
std::string typeLabel
 The user-defined description associated with the target table's structure. More...
 
std::map< std::string, std::vector< std::string > > typeProperties
 A mapping of each target table column name to an array of column properties associated with that column. More...
 
int64_t countInserted
 Number of records inserted into the target table. More...
 
int64_t countSkipped
 Number of records skipped, when not running in abort error handling mode. 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::insertRecordsFromQuery.

Definition at line 1141 of file insert_records_from_query.h.

Constructor & Destructor Documentation

◆ InsertRecordsFromQueryResponse()

gpudb::InsertRecordsFromQueryResponse::InsertRecordsFromQueryResponse ( )
inline

Constructs an InsertRecordsFromQueryResponse object with default parameters.

Definition at line 1147 of file insert_records_from_query.h.

Member Data Documentation

◆ countInserted

int64_t gpudb::InsertRecordsFromQueryResponse::countInserted

Number of records inserted into the target table.

Definition at line 1193 of file insert_records_from_query.h.

◆ countSkipped

int64_t gpudb::InsertRecordsFromQueryResponse::countSkipped

Number of records skipped, when not running in abort error handling mode.

Definition at line 1199 of file insert_records_from_query.h.

◆ countUpdated

int64_t gpudb::InsertRecordsFromQueryResponse::countUpdated

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

Definition at line 1205 of file insert_records_from_query.h.

◆ info

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

Additional information.

Definition at line 1210 of file insert_records_from_query.h.

◆ tableName

std::string gpudb::InsertRecordsFromQueryResponse::tableName

Value of tableName.

Definition at line 1164 of file insert_records_from_query.h.

◆ typeDefinition

std::string gpudb::InsertRecordsFromQueryResponse::typeDefinition

A JSON string describing the columns of the target table.

Definition at line 1176 of file insert_records_from_query.h.

◆ typeId

std::string gpudb::InsertRecordsFromQueryResponse::typeId

ID of the currently registered table structure type for the target table.

Definition at line 1171 of file insert_records_from_query.h.

◆ typeLabel

std::string gpudb::InsertRecordsFromQueryResponse::typeLabel

The user-defined description associated with the target table's structure.

Definition at line 1182 of file insert_records_from_query.h.

◆ typeProperties

std::map<std::string, std::vector<std::string> > gpudb::InsertRecordsFromQueryResponse::typeProperties

A mapping of each target table column name to an array of column properties associated with that column.

Definition at line 1188 of file insert_records_from_query.h.


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