Searched refs:_rSQL (Results 1 – 2 of 2) sorted by relevance
543 ::rtl::OUString sSQL( impl_doEscapeProcessing_nothrow( _rSQL ) ); in executeQuery()570 ::rtl::OUString sSQL( impl_doEscapeProcessing_nothrow( _rSQL ) ); in executeUpdate()583 ::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()652 return _rSQL; in impl_doEscapeProcessing_nothrow()655 try { m_xComposer->setQuery( _rSQL ); bParseable = true; } in impl_doEscapeProcessing_nothrow()660 return _rSQL; in impl_doEscapeProcessing_nothrow()[all …]
211 ::rtl::OUString impl_doEscapeProcessing_nothrow( const ::rtl::OUString& _rSQL ) const;
Completed in 33 milliseconds