LibreOffice Module connectivity (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
connectivity::file::OOperandRow Class Reference

#include <fcode.hxx>

Inheritance diagram for connectivity::file::OOperandRow:
[legend]
Collaboration diagram for connectivity::file::OOperandRow:
[legend]

Public Member Functions

virtual const ORowSetValuegetValue () const override
 
virtual void setValue (const ORowSetValue &_rVal) override
 
void bindValue (const OValueRefRow &_pRow)
 
- Public Member Functions inherited from connectivity::file::OOperand
virtual const ORowSetValuegetValue () 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
 
OCodeoperator= (const OCode &)=default
 
OCodeoperator= (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
 

Detailed Description

Definition at line 73 of file fcode.hxx.

Constructor & Destructor Documentation

◆ OOperandRow()

OOperandRow::OOperandRow ( sal_uInt16  _nPos,
sal_Int32  _rType 
)
protected

Definition at line 35 of file fcode.cxx.

References _nPos.

Member Function Documentation

◆ bindValue()

void OOperandRow::bindValue ( const OValueRefRow _pRow)

◆ getValue()

const ORowSetValue & OOperandRow::getValue ( ) const
overridevirtual

Implements connectivity::file::OOperand.

Definition at line 54 of file fcode.cxx.

References m_nRowPos, m_pRow, and size.

◆ setValue()

void OOperandRow::setValue ( const ORowSetValue _rVal)
overridevirtual

Implements connectivity::file::OOperand.

Definition at line 48 of file fcode.cxx.

References m_nRowPos, m_pRow, and size.

Member Data Documentation

◆ m_nRowPos

sal_uInt16 connectivity::file::OOperandRow::m_nRowPos
private

Definition at line 75 of file fcode.hxx.

Referenced by bindValue(), getValue(), and setValue().

◆ m_pRow

OValueRefRow connectivity::file::OOperandRow::m_pRow
private

Definition at line 76 of file fcode.hxx.

Referenced by bindValue(), getValue(), and setValue().


The documentation for this class was generated from the following files: