Lines Matching refs:ORowSet

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::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()
450 void SAL_CALL ORowSet::acquire() throw() in acquire()
455 void SAL_CALL ORowSet::release() throw() in release()
462 sal_Int64 SAL_CALL ORowSet::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeException) in getSomething()
471 Any SAL_CALL ORowSet::queryAggregation( const Type& rType ) throw(RuntimeException) in queryAggregation()
479 rtl::OUString ORowSet::getImplementationName_static( ) throw(RuntimeException) in getImplementationName_static()
485 ::rtl::OUString SAL_CALL ORowSet::getImplementationName( ) throw(RuntimeException) in getImplementationName()
490 sal_Bool SAL_CALL ORowSet::supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeExc… in supportsService()
495 Sequence< ::rtl::OUString > ORowSet::getSupportedServiceNames_static( ) throw (RuntimeException) in getSupportedServiceNames_static()
506 Sequence< ::rtl::OUString > SAL_CALL ORowSet::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
511 Reference< XInterface > ORowSet::Create(const Reference< XComponentContext >& _rxContext) in Create()
518 void SAL_CALL ORowSet::disposing() in disposing()
549 void ORowSet::freeResources( bool _bComplete ) in freeResources()
608 void ORowSet::setActiveConnection( Reference< XConnection >& _rxNewConn, sal_Bool _bFireEvent ) in setActiveConnection()
655 void SAL_CALL ORowSet::disposing( const ::com::sun::star::lang::EventObject& Source ) throw(Runtime… in disposing()
672 void SAL_CALL ORowSet::close( ) throw(SQLException, RuntimeException) in close()
683 ::cppu::IPropertyArrayHelper* ORowSet::createArrayHelper( ) const in createArrayHelper()
691 ::cppu::IPropertyArrayHelper& SAL_CALL ORowSet::getInfoHelper() in getInfoHelper()
693 typedef ::comphelper::OPropertyArrayUsageHelper<ORowSet> ORowSet_PROP; in getInfoHelper()
697 void ORowSet::updateValue(sal_Int32 columnIndex,const ORowSetValue& x) in updateValue()
713 void SAL_CALL ORowSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
728 void SAL_CALL ORowSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Runti… in updateBoolean()
733 void SAL_CALL ORowSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, RuntimeE… in updateByte()
738 void SAL_CALL ORowSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Runtim… in updateShort()
743 void SAL_CALL ORowSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, RuntimeE… in updateInt()
748 void SAL_CALL ORowSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(SQLException, Runtime… in updateLong()
753 void SAL_CALL ORowSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, RuntimeExc… in updateFloat()
758 void SAL_CALL ORowSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, RuntimeE… in updateDouble()
763 void SAL_CALL ORowSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQLExc… in updateString()
768 void SAL_CALL ORowSet::updateBytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw(SQ… in updateBytes()
773 void SAL_CALL ORowSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x ) t… in updateDate()
778 void SAL_CALL ORowSet::updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x ) t… in updateTime()
783 void SAL_CALL ORowSet::updateTimestamp( sal_Int32 columnIndex, const ::com::sun::star::util::DateTi… in updateTimestamp()
788 void SAL_CALL ORowSet::updateBinaryStream( sal_Int32 columnIndex, const Reference< ::com::sun::star… in updateBinaryStream()
813 void SAL_CALL ORowSet::updateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun::s… in updateCharacterStream()
826 void SAL_CALL ORowSet::updateObject( sal_Int32 columnIndex, const Any& x ) throw(SQLException, Runt… in updateObject()
871 void SAL_CALL ORowSet::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 scale ) … in updateNumericObject()
886 void SAL_CALL ORowSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
943 sal_Int32 SAL_CALL ORowSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
952 void SAL_CALL ORowSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
1011 void SAL_CALL ORowSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow()
1063 void ORowSet::implCancelRowUpdates( sal_Bool _bNotifyModified ) SAL_THROW( ( SQLException, RuntimeE… in implCancelRowUpdates()
1103 void SAL_CALL ORowSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
1109 void SAL_CALL ORowSet::addRowSetListener( const Reference< XRowSetListener >& listener ) throw(Runt… in addRowSetListener()
1118 void SAL_CALL ORowSet::removeRowSetListener( const Reference< XRowSetListener >& listener ) throw(R… in removeRowSetListener()
1127 void ORowSet::notifyAllListeners(::osl::ResettableMutexGuard& _rGuard) in notifyAllListeners()
1135 void ORowSet::notifyAllListenersCursorMoved(::osl::ResettableMutexGuard& _rGuard) in notifyAllListenersCursorMoved()
1143 void ORowSet::notifyAllListenersRowChanged(::osl::ResettableMutexGuard& _rGuard, const RowsChangeEv… in notifyAllListenersRowChanged()
1151 sal_Bool ORowSet::notifyAllListenersCursorBeforeMove(::osl::ResettableMutexGuard& _rGuard) in notifyAllListenersCursorBeforeMove()
1158 void ORowSet::notifyAllListenersRowBeforeChange(::osl::ResettableMutexGuard& _rGuard,const RowChang… in notifyAllListenersRowBeforeChange()
1165 void ORowSet::fireRowcount() in fireRowcount()
1189 void SAL_CALL ORowSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
1249 void ORowSet::impl_setDataColumnsWriteable_throw() in impl_setDataColumnsWriteable_throw()
1265 void ORowSet::impl_restoreDataColumnsWriteable_throw() in impl_restoreDataColumnsWriteable_throw()
1276 void SAL_CALL ORowSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
1312 sal_Bool SAL_CALL ORowSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
1320 const ORowSetValue& ORowSet::getInsertValue(sal_Int32 columnIndex) in getInsertValue()
1330 ::rtl::OUString SAL_CALL ORowSet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getString()
1336 sal_Bool SAL_CALL ORowSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean()
1342 sal_Int8 SAL_CALL ORowSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
1348 sal_Int16 SAL_CALL ORowSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getShort()
1354 sal_Int32 SAL_CALL ORowSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
1360 sal_Int64 SAL_CALL ORowSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong()
1366 float SAL_CALL ORowSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
1372 double SAL_CALL ORowSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
1378 Sequence< sal_Int8 > SAL_CALL ORowSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getBytes()
1384 ::com::sun::star::util::Date SAL_CALL ORowSet::getDate( sal_Int32 columnIndex ) throw(SQLException,… in getDate()
1390 ::com::sun::star::util::Time SAL_CALL ORowSet::getTime( sal_Int32 columnIndex ) throw(SQLException,… in getTime()
1396 ::com::sun::star::util::DateTime SAL_CALL ORowSet::getTimestamp( sal_Int32 columnIndex ) throw(SQLE… in getTimestamp()
1402 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ORowSet::getBinaryStream( sal_Int32 column… in getBinaryStream()
1414 Reference< ::com::sun::star::io::XInputStream > SAL_CALL ORowSet::getCharacterStream( sal_Int32 col… in getCharacterStream()
1426 Any SAL_CALL ORowSet::getObject( sal_Int32 columnIndex, const Reference< XNameAccess >& /*typeMap*/… in getObject()
1432 Reference< XRef > SAL_CALL ORowSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQLException, Runtime… in getRef()
1437 Reference< XBlob > SAL_CALL ORowSet::getBlob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getBlob()
1447 Reference< XClob > SAL_CALL ORowSet::getClob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getClob()
1452 Reference< XArray > SAL_CALL ORowSet::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLException, Run… in getArray()
1457 void SAL_CALL ORowSet::executeWithCompletion( const Reference< XInteractionHandler >& _rxHandler ) … in executeWithCompletion()
1514 Reference< XIndexAccess > SAL_CALL ORowSet::getParameters( ) throw (RuntimeException) in getParameters()
1541 void ORowSet::approveExecution() throw (RowSetVetoException, RuntimeException) in approveExecution()
1571 void SAL_CALL ORowSet::execute( ) throw(SQLException, RuntimeException) in execute()
1596 void ORowSet::setStatementResultSetType( const Reference< XPropertySet >& _rxStatement, sal_Int32 _… in setStatementResultSetType()
1650 Reference< XResultSet > ORowSet::impl_prepareAndExecute_throw() in impl_prepareAndExecute_throw()
1712 void ORowSet::impl_initializeColumnSettings_nothrow( const Reference< XPropertySet >& _rxTemplateCo… in impl_initializeColumnSettings_nothrow()
1798 void ORowSet::execute_NoApprove_NoNewConn(ResettableMutexGuard& _rClearForNotification) in execute_NoApprove_NoNewConn()
2035 void SAL_CALL ORowSet::addRowSetApproveListener( const Reference< XRowSetApproveListener >& listene… in addRowSetApproveListener()
2044 void SAL_CALL ORowSet::removeRowSetApproveListener( const Reference< XRowSetApproveListener >& list… in removeRowSetApproveListener()
2053 void SAL_CALL ORowSet::addRowsChangeListener( const Reference< XRowsChangeListener >& listener ) th… in addRowsChangeListener()
2062 void SAL_CALL ORowSet::removeRowsChangeListener( const Reference< XRowsChangeListener >& listener )… in removeRowsChangeListener()
2073 Reference< XResultSet > SAL_CALL ORowSet::createResultSet( ) throw(SQLException, RuntimeException) in createResultSet()
2089 void SAL_CALL ORowSet::cancel( ) throw(RuntimeException) in cancel()
2096 Sequence< sal_Int32 > SAL_CALL ORowSet::deleteRows( const Sequence< Any >& rows ) throw(SQLExceptio… in deleteRows()
2150 void ORowSet::notifyRowSetAndClonesRowDelete( const Any& _rBookmark ) in notifyRowSetAndClonesRowDelete()
2168 void ORowSet::notifyRowSetAndClonesRowDeleted( const Any& _rBookmark, sal_Int32 _nPos ) in notifyRowSetAndClonesRowDeleted()
2186 Reference< XConnection > ORowSet::calcConnection(const Reference< XInteractionHandler >& _rxHandle… in calcConnection()
2230 Reference< XNameAccess > ORowSet::impl_getTables_throw() in impl_getTables_throw()
2270 void ORowSet::impl_resetTables_nothrow() in impl_resetTables_nothrow()
2288 sal_Bool ORowSet::impl_initComposer_throw( ::rtl::OUString& _out_rCommandToExecute ) in impl_initComposer_throw()
2340 sal_Bool ORowSet::impl_buildActiveCommand_throw() in impl_buildActiveCommand_throw()
2467 void ORowSet::impl_initParametersContainer_nothrow() in impl_initParametersContainer_nothrow()
2481 void ORowSet::impl_disposeParametersContainer_nothrow() in impl_disposeParametersContainer_nothrow()
2499 ORowSetValue& ORowSet::getParameterStorage(sal_Int32 parameterIndex) in getParameterStorage()
2533 void SAL_CALL ORowSet::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(SQLExceptio… in setNull()
2540 void SAL_CALL ORowSet::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS… in setObjectNull()
2545 void ORowSet::setParameter(sal_Int32 parameterIndex, const ORowSetValue& x) in setParameter()
2553 void SAL_CALL ORowSet::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLException, Runti… in setBoolean()
2558 void SAL_CALL ORowSet::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLException, RuntimeE… in setByte()
2563 void SAL_CALL ORowSet::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLException, Runtim… in setShort()
2568 void SAL_CALL ORowSet::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLException, RuntimeE… in setInt()
2573 void SAL_CALL ORowSet::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(SQLException, Runtime… in setLong()
2578 void SAL_CALL ORowSet::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException, RuntimeExc… in setFloat()
2583 void SAL_CALL ORowSet::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLException, RuntimeE… in setDouble()
2588 void SAL_CALL ORowSet::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) throw(SQLExc… in setString()
2593 void SAL_CALL ORowSet::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x ) throw(SQ… in setBytes()
2598 void SAL_CALL ORowSet::setDate( sal_Int32 parameterIndex, const ::com::sun::star::util::Date& x ) t… in setDate()
2603 void SAL_CALL ORowSet::setTime( sal_Int32 parameterIndex, const ::com::sun::star::util::Time& x ) t… in setTime()
2608 void SAL_CALL ORowSet::setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi… in setTimestamp()
2613 void SAL_CALL ORowSet::setBinaryStream( sal_Int32 parameterIndex, const Reference< ::com::sun::star… in setBinaryStream()
2631 void SAL_CALL ORowSet::setCharacterStream( sal_Int32 parameterIndex, const Reference< ::com::sun::s… in setCharacterStream()
2653 void SAL_CALL ORowSet::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLException, Runt… in setObject()
2661 void SAL_CALL ORowSet::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 targetS… in setObjectWithInfo()
2669 void SAL_CALL ORowSet::setRef( sal_Int32 /*parameterIndex*/, const Reference< XRef >& /*x*/ ) throw… in setRef()
2674 void SAL_CALL ORowSet::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlob >& /*x*/ ) thr… in setBlob()
2679 void SAL_CALL ORowSet::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClob >& /*x*/ ) thr… in setClob()
2684 void SAL_CALL ORowSet::setArray( sal_Int32 /*parameterIndex*/, const Reference< XArray >& /*x*/ ) t… in setArray()
2689 void SAL_CALL ORowSet::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters()
2702 Any SAL_CALL ORowSet::getWarnings( ) throw (SQLException, RuntimeException) in getWarnings()
2708 void SAL_CALL ORowSet::clearWarnings( ) throw (SQLException, RuntimeException) in clearWarnings()
2713 void ORowSet::doCancelModification( ) in doCancelModification()
2727 sal_Bool ORowSet::isModification( ) in isModification()
2733 sal_Bool ORowSet::isModified( ) in isModified()
2739 sal_Bool ORowSet::isNew( ) in isNew()
2745 void ORowSet::checkUpdateIterator() in checkUpdateIterator()
2755 void ORowSet::checkUpdateConditions(sal_Int32 columnIndex) in checkUpdateConditions()
2771 void SAL_CALL ORowSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
2789 void ORowSet::impl_rebuild_throw(::osl::ResettableMutexGuard& _rGuard) in impl_rebuild_throw()
2801 ORowSetClone::ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::os… in ORowSetClone()