Searched refs:_rxUpdatedObject (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1561 sal_Bool implUpdateObject(const Reference< XRowUpdate >& _rxUpdatedObject, in implUpdateObject() argument 1576 _rxUpdatedObject->updateNull(_nColumnIndex); in implUpdateObject() 1584 _rxUpdatedObject->updateBoolean(_nColumnIndex, *(sal_Bool *)_rValue.getValue()); in implUpdateObject() 1588 _rxUpdatedObject->updateByte(_nColumnIndex, *(sal_Int8 *)_rValue.getValue()); in implUpdateObject() 1593 _rxUpdatedObject->updateShort(_nColumnIndex, *(sal_Int16*)_rValue.getValue()); in implUpdateObject() 1602 _rxUpdatedObject->updateInt(_nColumnIndex, *(sal_Int32*)_rValue.getValue()); in implUpdateObject() 1609 _rxUpdatedObject->updateLong( _nColumnIndex, nValue ); in implUpdateObject() 1614 _rxUpdatedObject->updateFloat(_nColumnIndex, *(float*)_rValue.getValue()); in implUpdateObject() 1618 _rxUpdatedObject->updateDouble(_nColumnIndex, *(double*)_rValue.getValue()); in implUpdateObject() 1631 _rxUpdatedObject->updateDate(_nColumnIndex, *(Date*)_rValue.getValue()); in implUpdateObject() [all …]
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | dbtools.hxx | 595 …ct( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowUpdate >& _rxUpdatedObject,
|
Completed in 24 milliseconds