Home
last modified time | relevance | path

Searched refs:_rSQL (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx543 ::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() argument
598 ::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 …]
/trunk/main/dbaccess/source/core/inc/
H A Dstatement.hxx211 ::rtl::OUString impl_doEscapeProcessing_nothrow( const ::rtl::OUString& _rSQL ) const;

Completed in 17 milliseconds