#include "IDBrunmap.hxx"
Collaboration diagram for IDBrunmap:
Public Methods | |
IDBrunmap () | |
IDBrunmap (IDBconnect &idbc) | |
~IDBrunmap () | |
int | UrnFromHeadTime (const char *c_headtime) |
const char * | HeadTimeFromUrn (int i_urn) |
int | OrnFromUrn (int i_urn) |
int | TheadFromUrn (int i_urn) |
Private Attributes | |
IDBconnect & | m_idbc |
CTBcstring< 19 > | mc_headtime |
Definition at line 12 of file IDBrunmap.hxx.
|
Default constructor.
Definition at line 22 of file IDBrunmap.cxx. |
|
Construct with explicit connection.
Definition at line 29 of file IDBrunmap.cxx. |
|
Destructor.
Definition at line 36 of file IDBrunmap.cxx. |
|
Returns URN for a given HeadTime. Using the HeadTime c_headtime as key the URN is inqired and returned. . If no matching record is found, a -1 is returned. Definition at line 46 of file IDBrunmap.cxx. |
|
Returns HeadTime for a given URN. Using the URN i_urn as key the HeadTime is inqired and returned as character string. If no matching record is found, a pointer to an empty string ("") is returned. Definition at line 75 of file IDBrunmap.cxx. |
|
Returns ORN for a given URN. Using the URN i_urn as key the ORN is inqired and returned. . If no matching record is found, a -1 is returned. Definition at line 99 of file IDBrunmap.cxx. |
|
Returns Thead for a given URN. Using the URN i_urn as key Thead, the header time as interger Unix time is inqired and returned. If no matching record is found, a -1 is returned. Definition at line 124 of file IDBrunmap.cxx. |
|
dbc.
Definition at line 28 of file IDBrunmap.hxx. |
|
buffer for headtime.
Definition at line 29 of file IDBrunmap.hxx. |