mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 20:31:01 +01:00
DateTime support & some test tidying
This commit is contained in:
@@ -91,6 +91,12 @@ bool SessionImpl::isConnected()
|
||||
}
|
||||
|
||||
|
||||
bool SessionImpl::isTransaction()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
bool SessionImpl::getConnected(const std::string& name)
|
||||
{
|
||||
return _connected;
|
||||
|
||||
@@ -75,6 +75,9 @@ public:
|
||||
/// Returns true if session is connected to the database,
|
||||
/// false otherwise.
|
||||
|
||||
bool isTransaction();
|
||||
/// Returns true iff a transaction is a transaction is in progress, false otherwise.
|
||||
|
||||
void setConnected(const std::string& name, bool value);
|
||||
bool getConnected(const std::string& name);
|
||||
/// Sets/gets the connected property.
|
||||
|
||||
Reference in New Issue
Block a user