Lines Matching refs:aVector
57 TStringVector aVector; in refreshTables() local
64 aVector.reserve(nCount); in refreshTables()
72 aVector.push_back(aElement.get_Name()); in refreshTables()
78 m_pTables->reFill(aVector); in refreshTables()
80 …m_pTables = new OTables(this,m_aMutex,aVector,aTables,m_pConnection->getMetaData()->supportsMixedC… in refreshTables()
85 TStringVector aVector; in refreshViews() local
88 aViews.fillElementNames(aVector); in refreshViews()
91 m_pViews->reFill(aVector); in refreshViews()
93 …m_pViews = new OViews(this,m_aMutex,aVector,aViews,m_pConnection->getMetaData()->supportsMixedCase… in refreshViews()
98 TStringVector aVector; in refreshGroups() local
101 aGroups.fillElementNames(aVector); in refreshGroups()
104 m_pGroups->reFill(aVector); in refreshGroups()
106 …m_pGroups = new OGroups(this,m_aMutex,aVector,aGroups,m_pConnection->getMetaData()->supportsMixedC… in refreshGroups()
111 TStringVector aVector; in refreshUsers() local
114 aUsers.fillElementNames(aVector); in refreshUsers()
117 m_pUsers->reFill(aVector); in refreshUsers()
119 …m_pUsers = new OUsers(this,m_aMutex,aVector,aUsers,m_pConnection->getMetaData()->supportsMixedCase… in refreshUsers()