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

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

#include <gpudb/protocol/insert_records_random.h>

Public Member Functions

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

Public Attributes

std::string tableName
 Value of tableName. More...
 
int64_t count
 Number of records inserted. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::insertRecordsRandom.

Definition at line 660 of file insert_records_random.h.

Constructor & Destructor Documentation

◆ InsertRecordsRandomResponse()

gpudb::InsertRecordsRandomResponse::InsertRecordsRandomResponse ( )
inline

Constructs an InsertRecordsRandomResponse object with default parameters.

Definition at line 666 of file insert_records_random.h.

Member Data Documentation

◆ count

int64_t gpudb::InsertRecordsRandomResponse::count

Number of records inserted.

Definition at line 682 of file insert_records_random.h.

◆ info

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

Additional information.

Definition at line 687 of file insert_records_random.h.

◆ tableName

std::string gpudb::InsertRecordsRandomResponse::tableName

Value of tableName.

Definition at line 677 of file insert_records_random.h.


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