~Session()
Destroys the session, unregistering it if still active.
Definition session.cpp:64
void close()
Closes the session explicitly.
Definition session.cpp:93
Session()
Constructs an empty session that is not bound to any database.
Definition session.cpp:35
bool opened() const
Reports whether this session still owns an opened database.
Definition session.cpp:104