Home
last modified time | relevance | path

Searched refs:getQueryWithSubstitution (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl191 … as if it really is a table -, <code>getQueryWithSubstitution</code> gives you the SQL statement
198 …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()
H A DSingleSelectQueryAnalyzer.idl67 @see XSingleSelectQueryAnalyzer::getQueryWithSubstitution
H A DXSingleSelectQueryComposer.idl228 <member>XSingleSelectQueryAnalyzer::getQueryWithSubstitution</member>, which always returns
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java228 final String sExecutableQuery = m_composer.getQueryWithSubstitution(); in testSubQueries()
/aoo41x/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx239 …virtual ::rtl::OUString SAL_CALL getQueryWithSubstitution( ) throw (::com::sun::star::sdbc::SQLEx…
/aoo41x/main/dbaccess/source/core/api/
H A Dstatement.cxx662 ::rtl::OUString sLowLevelSQL = m_xComposer->getQueryWithSubstitution(); in impl_doEscapeProcessing_nothrow()
H A DOptimisticSet.cxx167 m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQueryWithSubstitution()); in construct()
H A DSingleSelectQueryComposer.cxx1477 ::rtl::OUString SAL_CALL OSingleSelectQueryComposer::getQueryWithSubstitution( ) throw (SQLExcepti… in getQueryWithSubstitution() function in OSingleSelectQueryComposer
H A DKeySet.cxx386 m_xStatement = m_xConnection->prepareStatement(io_xAnalyzer->getQueryWithSubstitution()); in executeStatement()
H A DRowSet.cxx2334 _out_rCommandToExecute = m_xComposer->getQueryWithSubstitution(); in impl_initComposer_throw()
/aoo41x/main/dbaccess/source/ui/misc/
H A DUITools.cxx1678 sSDBCLevelStatement = xAnalyzer->getQueryWithSubstitution(); in lcl_createSDBCLevelStatement()

Completed in 352 milliseconds