Lines Matching refs:OStatement_Base

61 OStatement_Base::OStatement_Base(OConnection* _pConnection ) :	OStatement_BASE(m_aMutex)  in OStatement_Base()  function in OStatement_Base
63 … ,OSubComponent<OStatement_Base, OStatement_BASE>((::cppu::OWeakObject*)_pConnection, this) in OStatement_Base()
86 void OStatement_Base::disposeResultSet() in disposeResultSet()
96 void OStatement_Base::disposing() in disposing()
118 void SAL_CALL OStatement_Base::release() throw() in release()
123 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
129 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OStatement_Base::getTypes( … in getTypes()
140 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel()
150 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close()
167 void OStatement_Base::reset() throw (SQLException) in reset()
183 void OStatement_Base::clearMyResultSet () throw (SQLException) in clearMyResultSet()
199 sal_Int32 OStatement_Base::getRowCount () throw( SQLException) in getRowCount()
213 sal_Int32 OStatement_Base::getPrecision ( sal_Int32 sqlType) in getPrecision()
238 void OStatement_Base::setWarning (const SQLWarning &ex) throw( SQLException) in setWarning()
247 void OStatement_Base::assignRecordSet( ADORecordset* _pRS ) in assignRecordSet()
259 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
289 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
326 Reference< XConnection > SAL_CALL OStatement_Base::getConnection( ) throw(SQLException, RuntimeExc… in getConnection()
339 return aRet.hasValue() ? aRet : OStatement_Base::queryInterface(rType); in queryInterface()
398 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
425 Reference< XResultSet > SAL_CALL OStatement_Base::getResultSet( ) throw(SQLException, RuntimeExcep… in getResultSet()
435 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount()
448 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults()
482 Any SAL_CALL OStatement_Base::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
493 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
503 sal_Int32 OStatement_Base::getQueryTimeOut() const throw(SQLException, RuntimeException) in getQueryTimeOut()
508 sal_Int32 OStatement_Base::getMaxRows() const throw(SQLException, RuntimeException) in getMaxRows()
516 sal_Int32 OStatement_Base::getResultSetConcurrency() const throw(SQLException, RuntimeException) in getResultSetConcurrency()
533 sal_Int32 OStatement_Base::getResultSetType() const throw(SQLException, RuntimeException) in getResultSetType()
553 sal_Int32 OStatement_Base::getFetchDirection() const throw(SQLException, RuntimeException) in getFetchDirection()
558 sal_Int32 OStatement_Base::getFetchSize() const throw(SQLException, RuntimeException) in getFetchSize()
563 sal_Int32 OStatement_Base::getMaxFieldSize() const throw(SQLException, RuntimeException) in getMaxFieldSize()
568 ::rtl::OUString OStatement_Base::getCursorName() const throw(SQLException, RuntimeException) in getCursorName()
573 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) throw(SQLException, RuntimeException) in setQueryTimeOut()
582 void OStatement_Base::setMaxRows(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxRows()
590 void OStatement_Base::setResultSetConcurrency(sal_Int32 _par0) throw(SQLException, RuntimeException) in setResultSetConcurrency()
606 void OStatement_Base::setResultSetType(sal_Int32 _par0) throw(SQLException, RuntimeException) in setResultSetType()
626 void OStatement_Base::setFetchDirection(sal_Int32 /*_par0*/) throw(SQLException, RuntimeException) in setFetchDirection()
633 void OStatement_Base::setFetchSize(sal_Int32 _par0) throw(SQLException, RuntimeException) in setFetchSize()
643 void OStatement_Base::setMaxFieldSize(sal_Int32 /*_par0*/) throw(SQLException, RuntimeException) in setMaxFieldSize()
650 void OStatement_Base::setCursorName(const ::rtl::OUString &_par0) throw(SQLException, RuntimeExcept… in setCursorName()
659 ::cppu::IPropertyArrayHelper* OStatement_Base::createArrayHelper( ) const in createArrayHelper()
680 ::cppu::IPropertyArrayHelper & OStatement_Base::getInfoHelper() in getInfoHelper()
682 return *const_cast<OStatement_Base*>(this)->getArrayHelper(); in getInfoHelper()
685 sal_Bool OStatement_Base::convertFastPropertyValue( in convertFastPropertyValue()
739 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (… in setFastPropertyValue_NoBroadcast()
776 void OStatement_Base::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
818 void SAL_CALL OStatement_Base::acquire() throw() in acquire()
825 OStatement_Base::acquire(); in acquire()
830 OStatement_Base::release(); in release()
833 …uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OStatement_Base::getPropertyS… in getPropertySetInfo()