Searched refs:pCatalog (Results 1 – 4 of 4) sorted by relevance
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() local570 if (pAllObjectsEntry == pCatalog) in collectDetailedSelection()572 pCatalog = NULL; in collectDetailedSelection()574 if (pCatalog) in collectDetailedSelection()591 sCatalog += m_aTablesList.GetEntryText( pCatalog ); in collectDetailedSelection()[all …]
120 SvLBoxEntry* pCatalog = m_rTableList.GetParent(pSchema); in getSelectedName() local121 if(pCatalog && pCatalog != m_rTableList.getAllObjectsEntry()) in getSelectedName()122 aCatalog = m_rTableList.GetEntryText(pCatalog); in getSelectedName()
650 SvLBoxEntry* pCatalog = GetParent( pSchema ); in getQualifiedTableName() local651 if ( pCatalog in getQualifiedTableName()657 if ( pCatalog == NULL ) in getQualifiedTableName()659 pCatalog = pSchema; in getQualifiedTableName()662 sCatalog = GetEntryText( pCatalog ); in getQualifiedTableName()
238 OCatalog* pCatalog = new OCatalog(aCatalog,pConnection); in getDataDefinitionByConnection() local239 xTab = pCatalog; in getDataDefinitionByConnection()241 pConnection->setCatalog(pCatalog); in getDataDefinitionByConnection()
Completed in 24 milliseconds