dbo_SelectAllPartition Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectAllPartition:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectAllPartition:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 1475 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectAllPartition (i_PartSeq_t &a_partSeq, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

i_PartSeq_tm_partSeq
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectAllPartition::dbo_SelectAllPartition ( i_PartSeq_t a_partSeq,
rm_DBThread a_DBThread 
)

Definition at line 1607 of file rm_dboperation.cpp.

01609                                                  : 
01610 
01611                 rm_DBOperation(a_DBThread),
01612                 m_partSeq(a_partSeq)
01613                 {
01614     /*empty*/
01615 }


Member Function Documentation

void dbo_SelectAllPartition::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 1617 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_partSeq, rm_DBThread::m_rmOp, and rm_Operator::SelectAllPart().

01617                                      {
01618     m_partSeq = m_DBThread.m_rmOp.SelectAllPart();
01619 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 1484 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 1485 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:09:43 2012 for OPENARCHIVE by  doxygen 1.5.6