Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx258 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
570 if (pAllObjectsEntry == pCatalog) in collectDetailedSelection()
572 pCatalog = NULL; in collectDetailedSelection()
574 if (pCatalog) in collectDetailedSelection()
591 sCatalog += m_aTablesList.GetEntryText( pCatalog ); in collectDetailedSelection()
[all …]
H A Dadtabdlg.cxx120 SvLBoxEntry* pCatalog = m_rTableList.GetParent(pSchema); in getSelectedName() local
121 if(pCatalog && pCatalog != m_rTableList.getAllObjectsEntry()) in getSelectedName()
122 aCatalog = m_rTableList.GetEntryText(pCatalog); in getSelectedName()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx650 SvLBoxEntry* pCatalog = GetParent( pSchema ); in getQualifiedTableName() local
651 if ( pCatalog in getQualifiedTableName()
657 if ( pCatalog == NULL ) in getQualifiedTableName()
659 pCatalog = pSchema; in getQualifiedTableName()
662 sCatalog = GetEntryText( pCatalog ); in getQualifiedTableName()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx238 OCatalog* pCatalog = new OCatalog(aCatalog,pConnection); in getDataDefinitionByConnection() local
239 xTab = pCatalog; in getDataDefinitionByConnection()
241 pConnection->setCatalog(pCatalog); in getDataDefinitionByConnection()

Completed in 26 milliseconds