LibreOffice Module connectivity (master) 1
|
#include <fcode.hxx>
Public Member Functions | |
OOperandParam (sal_Int32 _nPos) | |
![]() | |
virtual const ORowSetValue & | getValue () const override |
virtual void | setValue (const ORowSetValue &_rVal) override |
void | bindValue (const OValueRefRow &_pRow) |
![]() | |
virtual const ORowSetValue & | getValue () const =0 |
virtual void | setValue (const ORowSetValue &_rVal)=0 |
sal_Int32 | getDBType () const |
bool | isValid () const |
![]() | |
virtual | ~OCode () |
OCode (OCode &&)=default | |
OCode (const OCode &)=default | |
OCode ()=default | |
OCode & | operator= (const OCode &)=default |
OCode & | operator= (OCode &&)=default |
Additional Inherited Members | |
![]() | |
OOperandRow (sal_uInt16 _nPos, sal_Int32 _rType) | |
![]() | |
OOperand (sal_Int32 _rType) | |
OOperand () | |
![]() | |
sal_Int32 | m_eDBType |
OOperandParam::OOperandParam | ( | sal_Int32 | _nPos | ) |