Lines Matching refs:m_aTable
61 m_aTable = WpADOTable(_pTable); in OAdoTable()
72 m_aTable.Create(); in OAdoTable()
73 m_aTable.putref_ParentCatalog(_pCatalog->getCatalog()); in OAdoTable()
80 m_aTable.clear(); in disposing()
88 if ( m_aTable.IsValid() ) in refreshColumns()
90 aColumns = m_aTable.get_Columns(); in refreshColumns()
105 if(m_aTable.IsValid()) in refreshKeys()
107 aKeys = m_aTable.get_Keys(); in refreshKeys()
122 if(m_aTable.IsValid()) in refreshIndexes()
124 aIndexes = m_aTable.get_Indexes(); in refreshIndexes()
164 m_aTable.put_Name(newName); in rename()
185 WpADOColumns aColumns = m_aTable.get_Columns(); in alterColumnByName()
209 if(m_aTable.IsValid()) in setFastPropertyValue_NoBroadcast()
214 m_aTable.put_Name(getString(rValue)); in setFastPropertyValue_NoBroadcast()
218 OTools::putValue( m_aTable.get_Properties(), in setFastPropertyValue_NoBroadcast()
224 OTools::putValue( m_aTable.get_Properties(), in setFastPropertyValue_NoBroadcast()
251 return m_aTable.get_Name(); in getName()