Home
last modified time | relevance | path

Searched refs:ORowSet (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv1 "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 …]
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx104 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::ORowSet
223 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 …]
H A DRowSet.hxx73 class ORowSet : public comphelper::OBaseMutex class
76 , public ::comphelper::OPropertyArrayUsageHelper<ORowSet>
248 virtual ~ORowSet();
251ORowSet(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…
H A DRowSetCache.hxx112 friend class ORowSet;
/trunk/main/dbaccess/qa/unoapi/
H A Dknownissues.xcl22 dbaccess.ORowSet::com::sun::star::sdbc::XWarningsSupplier
73 dbaccess.ORowSet::com::sun::star::sdbc::XRowUpdate
74 dbaccess.ORowSet::com::sun::star::sdbc::XRow
77 dbaccess.ORowSet::com::sun::star::sdbcx::XDeleteRows
78 dbaccess.ORowSet::com::sun::star::sdbc::XResultSetUpdate
H A Ddbaccess.sce31 -o dbaccess.ORowSet
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DORowSet.java129 public class ORowSet extends TestCase { class