Product Documentation

FairCom DB API API for C++ - Developers Guide

Previous Topic

Next Topic

class CTSession

Description

Objects of the CTSession class manage sessions. A session is required to allow the connection with the databases; it is used for their general management as well. CTSession is derived from CTBase.

See also

CTBase, CTDatabase, CTTable

Preconditions

Since this is the upper level for the FairCom DB API layer, it is the first required object to be created for any application.

TOCIndex