Lines Matching refs:pCatalog
257 SvLBoxEntry* pCatalog = m_aTablesList.GetEntryPosByName(sCatalog, pRootEntry); in implCheckTables() local
258 if (!pCatalog && sCatalog.getLength()) in implCheckTables()
262 if (bAllSchemas && pCatalog) in implCheckTables()
264 m_aTablesList.checkWildcard(pCatalog); in implCheckTables()
269 …SvLBoxEntry* pSchema = m_aTablesList.GetEntryPosByName(sSchema, (pCatalog ? pCatalog : pRootEntry)… in implCheckTables()
280 …ntry = m_aTablesList.GetEntryPosByName(sName, pSchema ? pSchema : (pCatalog ? pCatalog : pRootEntr… in implCheckTables()
553 SvLBoxEntry* pCatalog = NULL; in collectDetailedSelection() local
569 pCatalog = m_aTablesList.GetModel()->GetParent(pSchema); in collectDetailedSelection()
570 if (pAllObjectsEntry == pCatalog) in collectDetailedSelection()
572 pCatalog = NULL; in collectDetailedSelection()
574 if (pCatalog) in collectDetailedSelection()
576 bCatalogWildcard = m_aTablesList.isWildcardChecked(pCatalog); in collectDetailedSelection()
579 sComposedName += m_aTablesList.GetEntryText( pCatalog ); in collectDetailedSelection()
591 sCatalog += m_aTablesList.GetEntryText( pCatalog ); in collectDetailedSelection()
620 pEntry = implNextSibling(pCatalog); in collectDetailedSelection()