|
MDBL Library
|
#include <WhereCmp.hpp>
Public Types | |
| enum | Op { EQUALS, NOT_EQUALS, GREATER, LESS } |
Public Member Functions | |
| CWhereCmp (size_t nColumn, Op eOp, const CValue &oValue) | |
| CWhereCmp (const CWhereCmp &oSrc) | |
| virtual | ~CWhereCmp () |
| virtual bool | Matches (const CRow &oRow) const |
| virtual CWhere * | Clone () const |
Private Attributes | |
| size_t | m_nColumn |
| Op | m_eOp |
| CValue | m_oValue |
| enum CWhereCmp::Op |
| CWhereCmp::CWhereCmp | ( | size_t | nColumn, |
| Op | eOp, | ||
| const CValue & | oValue | ||
| ) |
| CWhereCmp::CWhereCmp | ( | const CWhereCmp & | oSrc | ) |
| CWhereCmp::~CWhereCmp | ( | ) | [virtual] |
| bool CWhereCmp::Matches | ( | const CRow & | oRow | ) | const [virtual] |
Implements CWhere.
| CWhere * CWhereCmp::Clone | ( | ) | const [virtual] |
Implements CWhere.
size_t CWhereCmp::m_nColumn [private] |
Op CWhereCmp::m_eOp [private] |
CValue CWhereCmp::m_oValue [private] |
1.7.6.1