Searched refs:getQueryWithSubstitution (Results 1 – 11 of 11) sorted by relevance
191 … as if it really is a table -, <code>getQueryWithSubstitution</code> gives you the SQL statement198 …you can then use <code>getQueryWithSubstitution</code> to retrieve a statement where <code>"All Or…206 …of those statements to an analyzer, and calling <member>getQueryWithSubstitution</member>, would r…216 string getQueryWithSubstitution()
67 @see XSingleSelectQueryAnalyzer::getQueryWithSubstitution
228 <member>XSingleSelectQueryAnalyzer::getQueryWithSubstitution</member>, which always returns
228 final String sExecutableQuery = m_composer.getQueryWithSubstitution(); in testSubQueries()
239 …virtual ::rtl::OUString SAL_CALL getQueryWithSubstitution( ) throw (::com::sun::star::sdbc::SQLEx…
662 ::rtl::OUString sLowLevelSQL = m_xComposer->getQueryWithSubstitution(); in impl_doEscapeProcessing_nothrow()
167 m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQueryWithSubstitution()); in construct()
1477 ::rtl::OUString SAL_CALL OSingleSelectQueryComposer::getQueryWithSubstitution( ) throw (SQLExcepti… in getQueryWithSubstitution() function in OSingleSelectQueryComposer
386 m_xStatement = m_xConnection->prepareStatement(io_xAnalyzer->getQueryWithSubstitution()); in executeStatement()
2334 _out_rCommandToExecute = m_xComposer->getQueryWithSubstitution(); in impl_initComposer_throw()
1678 sSDBCLevelStatement = xAnalyzer->getQueryWithSubstitution(); in lcl_createSDBCLevelStatement()
Completed in 60 milliseconds