LibreOffice Module connectivity (master) 1
|
#include <fcode.hxx>
Public Member Functions | |
OOp_COMPARE (sal_Int32 aPType) | |
sal_Int32 | getPredicateType () const |
virtual bool | operate (const OOperand *, const OOperand *) const override |
Public Member Functions inherited from connectivity::file::OBoolOperator | |
virtual void | Exec (OCodeStack &) override |
virtual bool | operate (const OOperand *, const OOperand *) const |
virtual void | Exec (OCodeStack &)=0 |
Public Member Functions inherited from connectivity::file::OCode | |
virtual | ~OCode () |
OCode (OCode &&)=default | |
OCode (const OCode &)=default | |
OCode ()=default | |
OCode & | operator= (const OCode &)=default |
OCode & | operator= (OCode &&)=default |
Private Attributes | |
sal_Int32 | aPredicateType |
|
inline |
|
inline |
Definition at line 255 of file fcode.hxx.
Referenced by connectivity::dbase::OIndexIterator::GetCompare().
Reimplemented from connectivity::file::OBoolOperator.
Definition at line 216 of file fcode.cxx.
References aPredicateType, connectivity::file::OOperand::getDBType(), connectivity::ORowSetValue::getDouble(), connectivity::ORowSetValue::getString(), connectivity::file::OOperand::getValue(), connectivity::ORowSetValue::isNull(), m, and n.
Referenced by connectivity::dbase::OIndexIterator::GetFirstKey().
|
private |