dbo_SelectLibraryByKey Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectLibraryByKey:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectLibraryByKey:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 92 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectLibraryByKey (Int32_t a_libKey, i_Library_t &a_lib, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

Int32_t m_libKey
i_Library_tm_lib
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectLibraryByKey::dbo_SelectLibraryByKey ( Int32_t  a_libKey,
i_Library_t a_lib,
rm_DBThread a_DBThread 
)

Definition at line 74 of file rm_dboperation.cpp.

00077                                                               : 
00078                 rm_DBOperation(a_DBThread),
00079                 m_libKey(a_libKey), 
00080                 m_lib(a_lib) {
00081     /*empty*/
00082 }


Member Function Documentation

void dbo_SelectLibraryByKey::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 84 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_lib, m_libKey, rm_DBThread::m_rmOp, and rm_Operator::SelectLibrary().

00084                                      {
00085     m_lib = m_DBThread.m_rmOp.SelectLibrary(m_libKey);
00086 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 98 of file rm_dboperation.h.

Referenced by Process().

Definition at line 99 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 100 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:10:01 2012 for OPENARCHIVE by  doxygen 1.5.6