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

#include <fcode.hxx>

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

Public Member Functions

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

 OOperand (sal_Int32 _rType)
 
 OOperand ()
 

Protected Attributes

sal_Int32 m_eDBType
 

Detailed Description

Definition at line 56 of file fcode.hxx.

Constructor & Destructor Documentation

◆ OOperand() [1/2]

connectivity::file::OOperand::OOperand ( sal_Int32  _rType)
inlineprotected

Definition at line 61 of file fcode.hxx.

◆ OOperand() [2/2]

connectivity::file::OOperand::OOperand ( )
inlineprotected

Definition at line 62 of file fcode.hxx.

References OTHER.

Member Function Documentation

◆ getDBType()

sal_Int32 connectivity::file::OOperand::getDBType ( ) const
inline

◆ getValue()

virtual const ORowSetValue & connectivity::file::OOperand::getValue ( ) const
pure virtual

◆ isValid()

bool connectivity::file::OOperand::isValid ( ) const
inline

◆ setValue()

virtual void connectivity::file::OOperand::setValue ( const ORowSetValue _rVal)
pure virtual

Member Data Documentation

◆ m_eDBType

sal_Int32 connectivity::file::OOperand::m_eDBType
protected

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