#include <DbiServices.h>
Static Public Member Functions | |
| DbiRecord * | GetRecord () |
| bool | AsciiDBConectionsTemporary () |
| bool | OrderContextQuery () |
Static Private Member Functions | |
| void | SetRecord (DbiRecord *record) |
Static Private Attributes | |
| DbiRecord * | fRecord = 0 |
| bool | fAsciiDBConectionsTemporary = true |
| bool | fOrderContextQuery = false |
Friends | |
| class | DbiTableProxyRegistry |
DatabaseInterface
Contact: n.west1@physics.ox.ac.uk
Definition at line 32 of file DbiServices.h.
|
|
Definition at line 40 of file DbiServices.h. Referenced by DbiConnection::Open(). 00040 { return fAsciiDBConectionsTemporary; }
|
|
|
Definition at line 39 of file DbiServices.h. Referenced by DbiResult::DeRegisterKey(), DbiResult::RegisterKey(), and DbiTableProxyRegistry::~DbiTableProxyRegistry(). 00039 { return fRecord; }
|
|
|
Definition at line 41 of file DbiServices.h. Referenced by DbiDBProxy::QuerySeqNo(), and DbiDBProxy::QuerySeqNos(). 00041 { return fOrderContextQuery; }
|
|
|
Definition at line 45 of file DbiServices.h. Referenced by DbiTableProxyRegistry::DbiTableProxyRegistry(), and DbiTableProxyRegistry::~DbiTableProxyRegistry(). 00045 { fRecord = record;}
|
|
|
Definition at line 35 of file DbiServices.h. |
|
|
Definition at line 14 of file DbiServices.cxx. |
|
|
Definition at line 13 of file DbiServices.cxx. |
|
|
Definition at line 12 of file DbiServices.cxx. |
1.3.9.1