Skip to main content

◆ alterWal() [1/4]

AlterWalResponse gpudb::GPUdb::alterWal (const AlterWalRequest &request_) const

Alters table write-ahead log (WAL) settings.

Returns information about the requested table WAL modifications.

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

◆ alterWal() [2/4]

AlterWalResponse & gpudb::GPUdb::alterWal (const AlterWalRequest &request_,
AlterWalResponse &response_ ) const

Alters table write-ahead log (WAL) settings.

Returns information about the requested table WAL modifications.

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).

◆ alterWal() [3/4]

AlterWalResponse gpudb::GPUdb::alterWal (const std::vector< std::string > &tableNames,
const std::map< std::string, std::string > &options ) const

Alters table write-ahead log (WAL) settings.

Returns information about the requested table WAL modifications.

Parameters
[in]tableNamesList of tables to modify. An asterisk changes the system settings.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ alterWal() [4/4]

AlterWalResponse & gpudb::GPUdb::alterWal (const std::vector< std::string > &tableNames,
const std::map< std::string, std::string > &options,
AlterWalResponse &response_ ) const

Alters table write-ahead log (WAL) settings.

Returns information about the requested table WAL modifications.

Parameters
[in]tableNamesList of tables to modify. An asterisk changes the system settings.
[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).