Searched refs:pSchema (Results 1 – 4 of 4) sorted by relevance
270 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() local560 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 …]
117 SvLBoxEntry* pSchema = m_rTableList.GetParent(pEntry); in getSelectedName() local118 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()
647 SvLBoxEntry* pSchema = GetParent( _pEntry ); in getQualifiedTableName() local648 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() local703 pSchema = GetEntryPosByName(sSchema, pParent); in getEntryByQualifiedName()704 if ( pSchema ) in getEntryByQualifiedName()[all …]
2156 pSchema(OUStringToOString(primarySchema, m_rConnection.getConnectionEncoding()).getStr()), in getCrossReference() local2163 …std::auto_ptr< sql::ResultSet> rset( meta->getCrossReference(primaryCat, pSchema, pTable, foreignC… in getCrossReference()
Completed in 177 milliseconds