aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/forward.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeHEADmasterKaren Arutyunov1-1/+0
2011-08-21Add odb::connection classBoris Kolpackov1-0/+35
This abstract class represents a connection to the database. One can use it to start a transaction or to execute a native statement out of a transaction. Before we had concrete connection classes in the database runtime libraries (e.g., odb::mysql::connection). Now these classes derive from odb::connection.