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

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

#include <gpudb/protocol/admin_offline.h>

Public Member Functions

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

Public Attributes

bool isOffline
 

Detailed Description

A set of output parameters for const.

Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.

Definition at line 107 of file admin_offline.h.

Constructor & Destructor Documentation

gpudb::AdminOfflineResponse::AdminOfflineResponse ( )
inline

Constructs an AdminOfflineResponse object with default parameter values.

Definition at line 114 of file admin_offline.h.

Member Data Documentation

bool gpudb::AdminOfflineResponse::isOffline

Definition at line 119 of file admin_offline.h.


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