LibreOffice Module connectivity (master) 1
|
#include <fcode.hxx>
Public Member Functions | |
virtual const ORowSetValue & | getValue () const override |
virtual void | setValue (const ORowSetValue &_rVal) override |
Public Member Functions inherited from connectivity::file::OOperand | |
virtual const ORowSetValue & | getValue () const =0 |
virtual void | setValue (const ORowSetValue &_rVal)=0 |
sal_Int32 | getDBType () const |
bool | isValid () const |
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 |
Protected Member Functions | |
OOperandValue () | |
OOperandValue (ORowSetValue _aVar, sal_Int32 eDbType) | |
OOperandValue (sal_Int32 eDbType) | |
Protected Member Functions inherited from connectivity::file::OOperand | |
OOperand (sal_Int32 _rType) | |
OOperand () | |
Protected Attributes | |
ORowSetValue | m_aValue |
Protected Attributes inherited from connectivity::file::OOperand | |
sal_Int32 | m_eDBType |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
overridevirtual |
Implements connectivity::file::OOperand.
Definition at line 77 of file fcode.cxx.
References m_aValue.
|
overridevirtual |
Implements connectivity::file::OOperand.
Definition at line 61 of file fcode.cxx.
References m_aValue.
|
protected |
Definition at line 107 of file fcode.hxx.
Referenced by getValue(), connectivity::file::OOperandConst::OOperandConst(), connectivity::file::OOperandResultBOOL::OOperandResultBOOL(), connectivity::file::OOperandResultNUM::OOperandResultNUM(), and setValue().