LibreOffice Module connectivity (master) 1
|
ORowSetValueDecorator decorates an ORowSetValue so the value is "refcounted". More...
#include <FValue.hxx>
Public Member Functions | |
ORowSetValueDecorator () | |
ORowSetValueDecorator (ORowSetValue _aValue) | |
ORowSetValueDecorator & | operator= (const ORowSetValue &_aValue) |
operator const ORowSetValue & () const | |
bool | operator== (const ORowSetValue &_rRH) |
const ORowSetValue & | getValue () const |
ORowSetValue & | get () |
void | setValue (const ORowSetValue &_aValue) |
void | setNull () |
void | setBound (bool _bBound) |
bool | isBound () const |
void | setTypeKind (sal_Int32 _nType) |
void | setModified (bool _bModified) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Attributes | |
ORowSetValue | m_aValue |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
ORowSetValueDecorator decorates an ORowSetValue so the value is "refcounted".
Definition at line 401 of file FValue.hxx.
|
inline |
Definition at line 405 of file FValue.hxx.
References connectivity::ORowSetValue::setBound().
|
inline |
Definition at line 406 of file FValue.hxx.
References connectivity::ORowSetValue::setBound().
|
inline |
Definition at line 412 of file FValue.hxx.
|
inline |
Definition at line 411 of file FValue.hxx.
|
inline |
Definition at line 416 of file FValue.hxx.
References connectivity::ORowSetValue::isBound().
|
inline |
Definition at line 409 of file FValue.hxx.
ORowSetValueDecorator & ORowSetValueDecorator::operator= | ( | const ORowSetValue & | _aValue | ) |
Definition at line 615 of file FDatabaseMetaDataResultSet.cxx.
References m_aValue.
|
inline |
Definition at line 410 of file FValue.hxx.
|
inline |
Definition at line 415 of file FValue.hxx.
References connectivity::ORowSetValue::setBound().
|
inline |
Definition at line 418 of file FValue.hxx.
References connectivity::ORowSetValue::setModified().
|
inline |
Definition at line 414 of file FValue.hxx.
References connectivity::ORowSetValue::setNull().
|
inline |
Definition at line 417 of file FValue.hxx.
References connectivity::ORowSetValue::setTypeKind().
|
inline |
Definition at line 413 of file FValue.hxx.
|
private |
Definition at line 403 of file FValue.hxx.
Referenced by operator=().