Lines Matching refs:OStatement

496 OStatement::OStatement( const Reference< XConnection >& _xConn, const Reference< XInterface > & _xS…  in OStatement()  function in OStatement
505 IMPLEMENT_FORWARD_XINTERFACE2( OStatement, OStatementBase, OStatement_IFACE );
506 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OStatement, OStatementBase, OStatement_IFACE );
510 rtl::OUString OStatement::getImplementationName( ) throw(RuntimeException) in getImplementationName()
517 sal_Bool OStatement::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExceptio… in supportsService()
524 Sequence< ::rtl::OUString > OStatement::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
534 Reference< XResultSet > OStatement::executeQuery( const rtl::OUString& _rSQL ) throw( SQLException,… in executeQuery()
562 sal_Int32 OStatement::executeUpdate( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeExcep… in executeUpdate()
575 sal_Bool OStatement::execute( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in execute()
587 void OStatement::addBatch( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in addBatch()
602 void OStatement::clearBatch( ) throw( SQLException, RuntimeException ) in clearBatch()
615 Sequence< sal_Int32 > OStatement::executeBatch( ) throw( SQLException, RuntimeException ) in executeBatch()
628 Reference< XConnection > OStatement::getConnection(void) throw( SQLException, RuntimeException ) in getConnection()
635 void SAL_CALL OStatement::disposing() in disposing()
644 ::rtl::OUString OStatement::impl_doEscapeProcessing_nothrow( const ::rtl::OUString& _rSQL ) const in impl_doEscapeProcessing_nothrow()
674 bool OStatement::impl_ensureComposer_nothrow() const in impl_ensureComposer_nothrow()
680 const_cast< OStatement* >( this )->m_bAttemptedComposerCreation = true; in impl_ensureComposer_nothrow()
684 …const_cast< OStatement* >( this )->m_xComposer.set( xFactory->createInstance( SERVICE_NAME_SINGLES… in impl_ensureComposer_nothrow()