GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::DeleteRecordsResponse Struct Reference

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

#include <gpudb/protocol/delete_records.h>

Public Member Functions

 DeleteRecordsResponse ()
 Constructs a DeleteRecordsResponse object with default parameter values. More...
 

Public Attributes

int64_t countDeleted
 
std::vector< int64_t > countsDeleted
 

Detailed Description

A set of output parameters for const.

Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more expressions (matching multiple records) or a single record identified by record_id options. Note that the two selection criteria are mutually exclusive. This operation cannot be run on a collection or a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.

Definition at line 143 of file delete_records.h.

Constructor & Destructor Documentation

gpudb::DeleteRecordsResponse::DeleteRecordsResponse ( )
inline

Constructs a DeleteRecordsResponse object with default parameter values.

Definition at line 150 of file delete_records.h.

Member Data Documentation

int64_t gpudb::DeleteRecordsResponse::countDeleted

Definition at line 156 of file delete_records.h.

std::vector<int64_t> gpudb::DeleteRecordsResponse::countsDeleted

Definition at line 157 of file delete_records.h.


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