Searched refs:pCatalog (Results 1 – 4 of 4) sorted by relevance
260 if (!pCatalog && sCatalog.getLength()) in implCheckTables()264 if (bAllSchemas && pCatalog) in implCheckTables()266 m_aTablesList.checkWildcard(pCatalog); in implCheckTables()271 …SvLBoxEntry* pSchema = m_aTablesList.GetEntryPosByName(sSchema, (pCatalog ? pCatalog : pRootEntry)… in implCheckTables()282 …ntry = m_aTablesList.GetEntryPosByName(sName, pSchema ? pSchema : (pCatalog ? pCatalog : pRootEntr… in implCheckTables()555 SvLBoxEntry* pCatalog = NULL; in collectDetailedSelection() local572 if (pAllObjectsEntry == pCatalog) in collectDetailedSelection()574 pCatalog = NULL; in collectDetailedSelection()576 if (pCatalog) in collectDetailedSelection()593 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 31 milliseconds