Searched refs:OAdoIndex (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AIndex.cxx | 45 OAdoIndex::OAdoIndex(sal_Bool _bCase,OConnection* _pConnection,ADOIndex* _pIndex) in OAdoIndex() function in OAdoIndex 54 OAdoIndex::OAdoIndex(sal_Bool _bCase,OConnection* _pConnection) in OAdoIndex() function in OAdoIndex 64 void OAdoIndex::refreshColumns() in refreshColumns() 82 Sequence< sal_Int8 > OAdoIndex::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() 99 sal_Int64 OAdoIndex::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething() 106 void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw… in setFastPropertyValue_NoBroadcast() 140 void SAL_CALL OAdoIndex::acquire() throw() in acquire() 145 void SAL_CALL OAdoIndex::release() throw() in release()
|
H A D | AIndexes.cxx | 49 return new OAdoIndex(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); in createObject() 59 return new OAdoIndex(isCaseSensitive(),m_pConnection); in createDescriptor() 65 OAdoIndex* pIndex = NULL; in appendObject() 76 return new OAdoIndex(isCaseSensitive(),m_pConnection,pIndex->getImpl()); in appendObject()
|
H A D | ADatabaseMetaDataImpl.cxx | 417 void OAdoIndex::fillPropertyValues() in fillPropertyValues()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AIndex.hxx | 38 class OAdoIndex : public OIndex_ADO class 50 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex); 51 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection);
|
Completed in 20 milliseconds