◆ 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
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] | schemaName | Name of the schema to be dropped. Must be an existing schema. |
| [in] | options | Optional parameters.
|
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] | schemaName | Name of the schema to be dropped. Must be an existing schema. |
| [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).