TDbiServices Class Reference

Concept Register of support services. More...

#include <TDbiServices.hxx>

Collaboration diagram for TDbiServices:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static bool AsciiDBConectionsTemporary ()
static bool OrderContextQuery ()

Static Private Attributes

static bool fAsciiDBConectionsTemporary = true
static bool fOrderContextQuery = false

Friends

class TDbiDatabaseManager

Detailed Description

Concept Register of support services.

Id
TDbiServices.hxx,v 1.1 2011/01/18 05:49:20 finch Exp

Purpose To break dependency loops and to simplify communication of some elements of the global environment, TDbiDatabaseManager registers some support services and environment with TDbiServices, a class which only contains static methods. Other TDbi classes can then obtain the necessary information from TDbiServices and avoids having those classes ask TDbiDatabaseManager directly. Contact: A.Finch@lancaster.ac.uk

Definition at line 30 of file TDbiServices.hxx.


Member Function Documentation

static bool TDbiServices::AsciiDBConectionsTemporary (  )  [inline, static]

Definition at line 37 of file TDbiServices.hxx.

References fAsciiDBConectionsTemporary.

Referenced by TDbiConnection::Open().

00037 { return fAsciiDBConectionsTemporary; }

Here is the caller graph for this function:

static bool TDbiServices::OrderContextQuery (  )  [inline, static]

Definition at line 38 of file TDbiServices.hxx.

References fOrderContextQuery.

Referenced by TDbiDBProxy::QuerySeqNo(), and TDbiDBProxy::QuerySeqNos().

00038 { return fOrderContextQuery; }

Here is the caller graph for this function:


Friends And Related Function Documentation

friend class TDbiDatabaseManager [friend]

Definition at line 33 of file TDbiServices.hxx.


Member Data Documentation

bool TDbiServices::fAsciiDBConectionsTemporary = true [static, private]

Definition at line 44 of file TDbiServices.hxx.

Referenced by AsciiDBConectionsTemporary(), and TDbiDatabaseManager::Config().

bool TDbiServices::fOrderContextQuery = false [static, private]

Definition at line 45 of file TDbiServices.hxx.

Referenced by TDbiDatabaseManager::Config(), and OrderContextQuery().


The documentation for this class was generated from the following files:

Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1