mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
Transactor documentation and test fix
This commit is contained in:
@@ -76,7 +76,8 @@ public:
|
||||
/// };
|
||||
///
|
||||
/// ATransaction t;
|
||||
/// Transaction at(session, t); // commits, if successful
|
||||
/// Transaction at(session);
|
||||
/// at.transact(t); // commits, if successful
|
||||
///
|
||||
/// See Transaction for more details on how to use Transactor.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user