mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
[SF 2580108] Improve transaction handling
This commit is contained in:
@@ -110,7 +110,12 @@ public:
|
||||
void internalExtraction();
|
||||
void doNull();
|
||||
|
||||
void sessionTransaction(const std::string& connect);
|
||||
void transaction(const std::string& connect);
|
||||
|
||||
private:
|
||||
void setTransactionIsolation(Poco::Data::Session& session, Poco::UInt32 ti);
|
||||
|
||||
Poco::Data::Session* _pSession;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user