Lines Matching refs:OStatement_Base

48 OStatement_Base::OStatement_Base(OConnection* _pConnection )   in OStatement_Base()  function in OStatement_Base
57 OStatement_Base::~OStatement_Base() in ~OStatement_Base()
61 void OStatement_Base::disposeResultSet() in disposeResultSet()
81 OStatement_Base::disposing(); in disposing()
89 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
97 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes()
108 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel()
116 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close()
132 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
142 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
156 Reference< XConnection > SAL_CALL OStatement_Base::getConnection( ) throw(SQLException, RuntimeExc… in getConnection()
165 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, … in getUpdateCount()
175 aRet = OStatement_Base::queryInterface(rType); in queryInterface()
199 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
210 Reference< XResultSet > SAL_CALL OStatement_Base::getResultSet( ) throw(SQLException, RuntimeExcep… in getResultSet()
220 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults()
232 Any SAL_CALL OStatement_Base::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
243 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
252 ::cppu::IPropertyArrayHelper* OStatement_Base::createArrayHelper( ) const in createArrayHelper()
274 ::cppu::IPropertyArrayHelper & OStatement_Base::getInfoHelper() in getInfoHelper()
276 return *const_cast<OStatement_Base*>(this)->getArrayHelper(); in getInfoHelper()
279 sal_Bool OStatement_Base::convertFastPropertyValue( in convertFastPropertyValue()
291 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (… in setFastPropertyValue_NoBroadcast()
311 void OStatement_Base::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
332 void SAL_CALL OStatement_Base::acquire() throw() in acquire()
337 void SAL_CALL OStatement_Base::release() throw() in release()
352 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OStatement_Base::getPropertySetInfo… in getPropertySetInfo()