Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx270 if (!pSchema && sSchema.getLength()) in implCheckTables()
274 if (bAllTables && pSchema) in implCheckTables()
276 m_aTablesList.checkWildcard(pSchema); in implCheckTables()
280 …SvLBoxEntry* pEntry = m_aTablesList.GetEntryPosByName(sName, pSchema ? pSchema : (pCatalog ? pCata… in implCheckTables()
552 SvLBoxEntry* pSchema = NULL; in collectDetailedSelection() local
560 pSchema = m_aTablesList.GetModel()->GetParent(pEntry); in collectDetailedSelection()
561 if (pAllObjectsEntry == pSchema) in collectDetailedSelection()
563 pSchema = NULL; in collectDetailedSelection()
565 if (pSchema) in collectDetailedSelection()
567 if(m_aTablesList.GetModel()->HasParent(pSchema)) in collectDetailedSelection()
[all …]
H A Dadtabdlg.cxx117 SvLBoxEntry* pSchema = m_rTableList.GetParent(pEntry); in getSelectedName() local
118 if(pSchema && pSchema != m_rTableList.getAllObjectsEntry()) in getSelectedName()
120 SvLBoxEntry* pCatalog = m_rTableList.GetParent(pSchema); in getSelectedName()
123 aSchema = m_rTableList.GetEntryText(pSchema); in getSelectedName()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx647 SvLBoxEntry* pSchema = GetParent( _pEntry ); in getQualifiedTableName() local
648 if ( pSchema ) in getQualifiedTableName()
650 SvLBoxEntry* pCatalog = GetParent( pSchema ); in getQualifiedTableName()
659 pCatalog = pSchema; in getQualifiedTableName()
660 pSchema = NULL; in getQualifiedTableName()
664 if ( pSchema ) in getQualifiedTableName()
665 sSchema = GetEntryText(pSchema); in getQualifiedTableName()
693 SvLBoxEntry* pSchema = NULL; in getEntryByQualifiedName() local
703 pSchema = GetEntryPosByName(sSchema, pParent); in getEntryByQualifiedName()
704 if ( pSchema ) in getEntryByQualifiedName()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx2156 pSchema(OUStringToOString(primarySchema, m_rConnection.getConnectionEncoding()).getStr()), in getCrossReference() local
2163 …std::auto_ptr< sql::ResultSet> rset( meta->getCrossReference(primaryCat, pSchema, pTable, foreignC… in getCrossReference()

Completed in 62 milliseconds