◆ showSchema() [1/4]
| ShowSchemaResponse gpudb::GPUdb::showSchema | ( | const ShowSchemaRequest & | request_ | ) | const |
Retrieves information about a schema (or all schemas), as specified in schemaName.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ showSchema() [2/4]
| ShowSchemaResponse & gpudb::GPUdb::showSchema | ( | const ShowSchemaRequest & | request_, |
| ShowSchemaResponse & | response_ ) const |
Retrieves information about a schema (or all schemas), as specified in schemaName.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showSchema() [3/4]
| ShowSchemaResponse gpudb::GPUdb::showSchema | ( | const std::string & | schemaName, |
| const std::map< std::string, std::string > & | options ) const |
Retrieves information about a schema (or all schemas), as specified in schemaName.
Parameters
| [in] | schemaName | Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ showSchema() [4/4]
| ShowSchemaResponse & gpudb::GPUdb::showSchema | ( | const std::string & | schemaName, |
| const std::map< std::string, std::string > & | options, | ||
| ShowSchemaResponse & | response_ ) const |
Retrieves information about a schema (or all schemas), as specified in schemaName.
Parameters
| [in] | schemaName | Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).