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

#include <fcode.hxx>

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

Public Member Functions

virtual const ORowSetValuegetValue () const override
 
virtual void setValue (const ORowSetValue &_rVal) override
 
- 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

 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
 

Detailed Description

Definition at line 104 of file fcode.hxx.

Constructor & Destructor Documentation

◆ OOperandValue() [1/3]

connectivity::file::OOperandValue::OOperandValue ( )
inlineprotected

Definition at line 110 of file fcode.hxx.

◆ OOperandValue() [2/3]

connectivity::file::OOperandValue::OOperandValue ( ORowSetValue  _aVar,
sal_Int32  eDbType 
)
inlineprotected

Definition at line 111 of file fcode.hxx.

◆ OOperandValue() [3/3]

connectivity::file::OOperandValue::OOperandValue ( sal_Int32  eDbType)
inlineprotected

Definition at line 116 of file fcode.hxx.

Member Function Documentation

◆ getValue()

const ORowSetValue & OOperandValue::getValue ( ) const
overridevirtual

Implements connectivity::file::OOperand.

Definition at line 77 of file fcode.cxx.

References m_aValue.

◆ setValue()

void OOperandValue::setValue ( const ORowSetValue _rVal)
overridevirtual

Implements connectivity::file::OOperand.

Definition at line 61 of file fcode.cxx.

References m_aValue.

Member Data Documentation

◆ m_aValue

ORowSetValue connectivity::file::OOperandValue::m_aValue
protected

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