Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx75 Reference< XNameAccess > m_xQueryContainer; member
106 m_xQueryContainer = xSuppQueries->getQueries(); in OSQLParseTreeIteratorImpl()
388 …bool bQueryDoesExist = m_pImpl->m_xQueryContainer.is() && m_pImpl->m_xQueryContainer->hasByName( s… in impl_locateRecordSource()
420 m_pImpl->m_xQueryContainer->getByName( sComposedName ) >>= aReturn; in impl_locateRecordSource()
430 if ( m_pImpl->m_xQueryContainer.is() ) in impl_locateRecordSource()