Lines Matching refs:aVector
78 TStringVector aVector; in refreshTables() local
86 fillNames(xResult,aVector); in refreshTables()
90 m_pTables->reFill(aVector); in refreshTables()
92 m_pTables = new OTables(m_xMetaData,*this,m_aMutex,aVector); in refreshTables()
97 TStringVector aVector; in refreshViews() local
99 fillVector(s_sView,aVector); in refreshViews()
102 m_pViews->reFill(aVector); in refreshViews()
104 m_pViews = new OViews(m_xMetaData,*this,m_aMutex,aVector); in refreshViews()
109 TStringVector aVector; in refreshGroups() local
111 fillVector(s_sGroup,aVector); in refreshGroups()
113 m_pGroups->reFill(aVector); in refreshGroups()
115 m_pGroups = new OGroups(*this,m_aMutex,aVector,m_pConnection,this); in refreshGroups()
120 TStringVector aVector; in refreshUsers() local
122 fillVector(s_sUsers,aVector); in refreshUsers()
125 m_pUsers->reFill(aVector); in refreshUsers()
127 m_pUsers = new OUsers(*this,m_aMutex,aVector,m_pConnection,this); in refreshUsers()