MDBL Library
Public Member Functions | Protected Member Functions
CWhere Class Reference

#include <Where.hpp>

Inheritance diagram for CWhere:
CWhereCmp CWhereExp CWhereIn CWhereNot

List of all members.

Public Member Functions

virtual ~CWhere ()
virtual bool Matches (const CRow &oRow) const =0
virtual CWhereClone () const =0

Protected Member Functions

 CWhere ()
 CWhere (const CWhere &)
void operator= (const CWhere &oWhere)

Constructor & Destructor Documentation

CWhere::~CWhere ( ) [inline, virtual]
CWhere::CWhere ( ) [inline, protected]
CWhere::CWhere ( const CWhere ) [protected]

Member Function Documentation

virtual bool CWhere::Matches ( const CRow oRow) const [pure virtual]

Implemented in CWhereCmp, CWhereExp, CWhereIn, and CWhereNot.

virtual CWhere* CWhere::Clone ( ) const [pure virtual]

Implemented in CWhereCmp, CWhereExp, CWhereIn, and CWhereNot.

void CWhere::operator= ( const CWhere oWhere) [protected]

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