A set of results returned by GPUdb::hasSchema. More…
#include <gpudb/protocol/has_schema.h>
Public Member Functions | |
| HasSchemaResponse () | |
| Constructs a HasSchemaResponse object with default parameters. | |
Public Attributes | |
| std::string | schemaName |
| Value of schemaName. | |
| bool | schemaExists |
| Indicates whether the schema exists or not. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::hasSchema.
Definition at line 106 of file has_schema.h.
Constructor & Destructor Documentation
◆ HasSchemaResponse()
| inline |
Constructs a HasSchemaResponse object with default parameters.
Definition at line 111 of file has_schema.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::HasSchemaResponse::info |
Additional information.
Definition at line 136 of file has_schema.h.
◆ schemaExists
| bool gpudb::HasSchemaResponse::schemaExists |
Indicates whether the schema exists or not.
Supported values:
- true
- false
Definition at line 131 of file has_schema.h.
◆ schemaName
| std::string gpudb::HasSchemaResponse::schemaName |
Value of schemaName.
Definition at line 121 of file has_schema.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/has_schema.h