Home
last modified time | relevance | path

Searched refs:m_pKeys (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/connectivity/source/sdbcx/
H A DVTable.cxx83 ,m_pKeys(NULL) in OTable()
100 ,m_pKeys(NULL) in OTable()
110 delete m_pKeys; in ~OTable()
166 if(m_pKeys) in disposing()
167 m_pKeys->disposing(); in disposing()
211 if ( !m_pKeys ) in getKeys()
213 xKeys = m_pKeys; in getKeys()
/aoo42x/main/connectivity/source/drivers/ado/
H A DATable.cxx111 if(m_pKeys) 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()
/aoo42x/main/connectivity/source/commontools/
H A DTTableHelper.cxx427 m_pKeys = createKeys(aNames); in refreshKeys()
429 else if (!m_pKeys ) in refreshKeys()
430 m_pKeys = createKeys(aNames); in refreshKeys()
/aoo42x/main/connectivity/inc/connectivity/sdbcx/
H A DVTable.hxx79 OCollection* m_pKeys; member in connectivity::sdbcx::OTable

Completed in 81 milliseconds