Searched refs:_rSQL (Results 1 – 2 of 2) sorted by relevance
534 Reference< XResultSet > OStatement::executeQuery( const rtl::OUString& _rSQL ) throw( SQLException,… in executeQuery() argument543 ::rtl::OUString sSQL( impl_doEscapeProcessing_nothrow( _rSQL ) ); in executeQuery()562 sal_Int32 OStatement::executeUpdate( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeExcep… in executeUpdate() argument570 ::rtl::OUString sSQL( impl_doEscapeProcessing_nothrow( _rSQL ) ); in executeUpdate()575 sal_Bool OStatement::execute( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in execute() argument583 ::rtl::OUString sSQL( impl_doEscapeProcessing_nothrow( _rSQL ) ); in execute()587 void OStatement::addBatch( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in addBatch() argument598 ::rtl::OUString sSQL( impl_doEscapeProcessing_nothrow( _rSQL ) ); in addBatch()644 ::rtl::OUString OStatement::impl_doEscapeProcessing_nothrow( const ::rtl::OUString& _rSQL ) const in impl_doEscapeProcessing_nothrow()648 return _rSQL; in impl_doEscapeProcessing_nothrow()[all …]
211 ::rtl::OUString impl_doEscapeProcessing_nothrow( const ::rtl::OUString& _rSQL ) const;