Searched refs:ORowSet (Results 1 – 7 of 7) sorted by relevance
1 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"getBookmark()"2 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"moveToBookmark()"3 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"moveRelativeToBookmark()"4 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"compareBookmarks()"5 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"hasOrderedBookmarks()"6 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"hashBookmark()"7 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateNull()"8 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateBoolean()"9 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateByte()"10 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"[all …]
104 static ::dba::OAutoRegistration< ORowSet > aAutoRegistration; in createRegistryInfo_ORowSet()140 return *(new ORowSet(_rxFactory)); in ORowSet_CreateInstance()143 ORowSet::ORowSet( const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB ) in ORowSet() function in dbaccess::ORowSet223 ORowSet::~ORowSet() in ~ORowSet()234 void ORowSet::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const in getPropertyDefaultByHandle()288 void SAL_CALL ORowSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw … in setFastPropertyValue_NoBroadcast()377 void SAL_CALL ORowSet::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()419 Sequence< Type > SAL_CALL ORowSet::getTypes() throw (RuntimeException) in getTypes()428 Sequence< sal_Int8 > SAL_CALL ORowSet::getImplementationId() throw (RuntimeException) in getImplementationId()445 Any SAL_CALL ORowSet::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()[all …]
73 class ORowSet : public comphelper::OBaseMutex class76 , public ::comphelper::OPropertyArrayUsageHelper<ORowSet>248 virtual ~ORowSet();251 … ORowSet(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >&);469 ORowSet* m_pParent;483 …ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pM…
112 friend class ORowSet;
22 dbaccess.ORowSet::com::sun::star::sdbc::XWarningsSupplier73 dbaccess.ORowSet::com::sun::star::sdbc::XRowUpdate74 dbaccess.ORowSet::com::sun::star::sdbc::XRow77 dbaccess.ORowSet::com::sun::star::sdbcx::XDeleteRows78 dbaccess.ORowSet::com::sun::star::sdbc::XResultSetUpdate
31 -o dbaccess.ORowSet
129 public class ORowSet extends TestCase { class