Skip to main content

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]schemaNameName of the schema for which to retrieve the information. If blank, then info for all schemas is returned.
[in]optionsOptional parameters.The default value is an empty map.
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]schemaNameName of the schema for which to retrieve the information. If blank, then info for all schemas is returned.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).