◆ alterWal() [1/4]
| AlterWalResponse gpudb::GPUdb::alterWal | ( | const AlterWalRequest & | request_ | ) | const |
◆ 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
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] | tableNames | List of tables to modify. An asterisk changes the system settings. |
| [in] | options | Optional parameters.
|
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] | tableNames | List of tables to modify. An asterisk changes the system settings. |
| [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).