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

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

#include <gpudb/protocol/insert_records_from_payload.h>

Public Member Functions

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

Public Attributes

std::string tableName
 
std::string typeId
 
std::string typeDefinition
 
std::string typeLabel
 
std::map< std::string,
std::vector< std::string > > 
typeProperties
 
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.

Reads from the given text-based or binary payload and inserts the data into a new or existing table. The table will be created if it doesn't already exist.

Returns once all records are processed.

Definition at line 956 of file insert_records_from_payload.h.

Constructor & Destructor Documentation

gpudb::InsertRecordsFromPayloadResponse::InsertRecordsFromPayloadResponse ( )
inline

Constructs an InsertRecordsFromPayloadResponse object with default parameter values.

Definition at line 963 of file insert_records_from_payload.h.

Member Data Documentation

int64_t gpudb::InsertRecordsFromPayloadResponse::countInserted

Definition at line 981 of file insert_records_from_payload.h.

int64_t gpudb::InsertRecordsFromPayloadResponse::countSkipped

Definition at line 982 of file insert_records_from_payload.h.

int64_t gpudb::InsertRecordsFromPayloadResponse::countUpdated

Definition at line 983 of file insert_records_from_payload.h.

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

Definition at line 984 of file insert_records_from_payload.h.

std::string gpudb::InsertRecordsFromPayloadResponse::tableName

Definition at line 976 of file insert_records_from_payload.h.

std::string gpudb::InsertRecordsFromPayloadResponse::typeDefinition

Definition at line 978 of file insert_records_from_payload.h.

std::string gpudb::InsertRecordsFromPayloadResponse::typeId

Definition at line 977 of file insert_records_from_payload.h.

std::string gpudb::InsertRecordsFromPayloadResponse::typeLabel

Definition at line 979 of file insert_records_from_payload.h.

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

Definition at line 980 of file insert_records_from_payload.h.


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