#include "postgres_db_transaction.hpp"
◆ PostgresDbTransaction() [1/3]
◆ PostgresDbTransaction() [2/3]
◆ PostgresDbTransaction() [3/3]
| iroha::ametsuchi::PostgresDbTransaction::PostgresDbTransaction |
( |
soci::session & |
sql | ) |
|
|
inline |
◆ begin()
| void iroha::ametsuchi::PostgresDbTransaction::begin |
( |
| ) |
|
|
inlineoverridevirtual |
◆ commit()
| void iroha::ametsuchi::PostgresDbTransaction::commit |
( |
| ) |
|
|
inlineoverridevirtual |
◆ commitPrepared()
| void iroha::ametsuchi::PostgresDbTransaction::commitPrepared |
( |
std::string const & |
name | ) |
|
|
inlineoverridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ prepare()
| void iroha::ametsuchi::PostgresDbTransaction::prepare |
( |
std::string const & |
name | ) |
|
|
inlineoverridevirtual |
◆ releaseSavepoint()
| void iroha::ametsuchi::PostgresDbTransaction::releaseSavepoint |
( |
std::string const & |
name | ) |
|
|
inlineoverridevirtual |
◆ rollback()
| void iroha::ametsuchi::PostgresDbTransaction::rollback |
( |
| ) |
|
|
inlineoverridevirtual |
◆ rollbackToSavepoint()
| void iroha::ametsuchi::PostgresDbTransaction::rollbackToSavepoint |
( |
std::string const & |
name | ) |
|
|
inlineoverridevirtual |
◆ savepoint()
| void iroha::ametsuchi::PostgresDbTransaction::savepoint |
( |
std::string const & |
name | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: