LibreOffice Module connectivity (master) 1
|
#include <fcode.hxx>
Public Member Functions | |
virtual const ORowSetValue & | getValue () const override |
virtual void | setValue (const ORowSetValue &_rVal) override |
void | bindValue (const OValueRefRow &_pRow) |
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 | |
OOperandRow (sal_uInt16 _nPos, sal_Int32 _rType) | |
Protected Member Functions inherited from connectivity::file::OOperand | |
OOperand (sal_Int32 _rType) | |
OOperand () | |
Private Attributes | |
sal_uInt16 | m_nRowPos |
OValueRefRow | m_pRow |
Additional Inherited Members | |
Protected Attributes inherited from connectivity::file::OOperand | |
sal_Int32 | m_eDBType |
|
protected |
void OOperandRow::bindValue | ( | const OValueRefRow & | _pRow | ) |
Definition at line 40 of file fcode.cxx.
References m_nRowPos, m_pRow, and size.
Referenced by connectivity::file::OSQLAnalyzer::bindParameterRow(), and connectivity::file::OSQLAnalyzer::bindRow().
|
overridevirtual |
|
overridevirtual |
|
private |
Definition at line 75 of file fcode.hxx.
Referenced by bindValue(), getValue(), and setValue().
|
private |
Definition at line 76 of file fcode.hxx.
Referenced by bindValue(), getValue(), and setValue().