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

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

#include <gpudb/protocol/lock_table.h>

Public Member Functions

 LockTableResponse ()
 Constructs a LockTableResponse object with default parameters. More...
 

Public Attributes

std::string lockType
 Returns the lock state of the table. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::lockTable.

Definition at line 173 of file lock_table.h.

Constructor & Destructor Documentation

◆ LockTableResponse()

gpudb::LockTableResponse::LockTableResponse ( )
inline

Constructs a LockTableResponse object with default parameters.

Definition at line 178 of file lock_table.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 192 of file lock_table.h.

◆ lockType

std::string gpudb::LockTableResponse::lockType

Returns the lock state of the table.

Definition at line 187 of file lock_table.h.


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