Lines Matching refs:OStatementBase

74 DBG_NAME(OStatementBase)  in DBG_NAME()  argument
77 OStatementBase::OStatementBase(const Reference< XConnection > & _xConn, in DBG_NAME()
86 DBG_CTOR(OStatementBase, NULL); in DBG_NAME()
93 OStatementBase::~OStatementBase() in ~OStatementBase()
95 DBG_DTOR(OStatementBase, NULL); in ~OStatementBase()
100 Sequence< Type > OStatementBase::getTypes() throw (RuntimeException) in getTypes()
121 Any OStatementBase::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
151 void OStatementBase::acquire() throw () in acquire()
157 void OStatementBase::release() throw () in release()
163 void OStatementBase::disposeResultSet() in disposeResultSet()
175 void OStatementBase::disposing() in disposing()
209 void OStatementBase::close(void) throw( SQLException, RuntimeException ) in close()
221 Reference< XPropertySetInfo > OStatementBase::getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
229 ::cppu::IPropertyArrayHelper* OStatementBase::createArrayHelper( ) const in createArrayHelper()
248 ::cppu::IPropertyArrayHelper& OStatementBase::getInfoHelper() in getInfoHelper()
255 sal_Bool OStatementBase::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int3… in convertFastPropertyValue()
291 void OStatementBase::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw… in setFastPropertyValue_NoBroadcast()
322 void OStatementBase::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
341 …const_cast< OStatementBase* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, NU… in getFastPropertyValue()
350 Any OStatementBase::getWarnings(void) throw( SQLException, RuntimeException ) in getWarnings()
360 void OStatementBase::clearWarnings(void) throw( SQLException, RuntimeException ) in clearWarnings()
371 void OStatementBase::cancel(void) throw( RuntimeException ) in cancel()
383 Reference< XResultSet > SAL_CALL OStatementBase::getResultSet( ) throw(SQLException, RuntimeExcept… in getResultSet()
398 sal_Int32 SAL_CALL OStatementBase::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount()
413 sal_Bool SAL_CALL OStatementBase::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults()
433 void SAL_CALL OStatementBase::addBatch( ) throw(SQLException, RuntimeException) in addBatch()
448 void SAL_CALL OStatementBase::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
463 Sequence< sal_Int32 > SAL_CALL OStatementBase::executeBatch( ) throw(SQLException, RuntimeExceptio… in executeBatch()
480 Reference< XResultSet > SAL_CALL OStatementBase::getGeneratedValues( ) throw (SQLException, Runtim… in getGeneratedValues()
497 :OStatementBase( _xConn, _xStatement ) in OStatement()
505 IMPLEMENT_FORWARD_XINTERFACE2( OStatement, OStatementBase, OStatement_IFACE );
506 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OStatement, OStatementBase, OStatement_IFACE );
638 OStatementBase::disposing(); in disposing()