Lines Matching refs:aVector
85 TStringVector aVector; in refreshColumns() local
91 aColumns.fillElementNames(aVector); in refreshColumns()
95 m_pColumns->reFill(aVector); in refreshColumns()
97 …m_pColumns = new OColumns(*this,m_aMutex,aVector,aColumns,isCaseSensitive(),m_pCatalog->getConnect… in refreshColumns()
102 TStringVector aVector; in refreshKeys() local
108 aKeys.fillElementNames(aVector); in refreshKeys()
112 m_pKeys->reFill(aVector); in refreshKeys()
114 m_pKeys = new OKeys(*this,m_aMutex,aVector,aKeys,isCaseSensitive(),m_pCatalog->getConnection()); in refreshKeys()
119 TStringVector aVector; in refreshIndexes() local
125 aIndexes.fillElementNames(aVector); in refreshIndexes()
129 m_pIndexes->reFill(aVector); in refreshIndexes()
131 …m_pIndexes = new OIndexes(*this,m_aMutex,aVector,aIndexes,isCaseSensitive(),m_pCatalog->getConnect… in refreshIndexes()