Skip to main content

◆ dropSchema() [1/4]

DropSchemaResponse gpudb::GPUdb::dropSchema (const DropSchemaRequest &request_) const

Drops an existing SQL-style schema, specified in schemaName.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ dropSchema() [2/4]

DropSchemaResponse & gpudb::GPUdb::dropSchema (const DropSchemaRequest &request_,
DropSchemaResponse &response_ ) const

Drops an existing SQL-style schema, 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).

◆ dropSchema() [3/4]

DropSchemaResponse gpudb::GPUdb::dropSchema (const std::string &schemaName,
const std::map< std::string, std::string > &options ) const

Drops an existing SQL-style schema, specified in schemaName.

Parameters
[in]schemaNameName of the schema to be dropped. Must be an existing schema.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ dropSchema() [4/4]

DropSchemaResponse & gpudb::GPUdb::dropSchema (const std::string &schemaName,
const std::map< std::string, std::string > &options,
DropSchemaResponse &response_ ) const

Drops an existing SQL-style schema, specified in schemaName.

Parameters
[in]schemaNameName of the schema to be dropped. Must be an existing schema.
[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).