Searched refs:OAdoKey (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | AKey.cxx | 42 OAdoKey::OAdoKey(sal_Bool _bCase,OConnection* _pConnection, ADOKey* _pKey) in OAdoKey() function in OAdoKey 51 OAdoKey::OAdoKey(sal_Bool _bCase,OConnection* _pConnection) in OAdoKey() function in OAdoKey 59 void OAdoKey::refreshColumns() in refreshColumns() 76 Sequence< sal_Int8 > OAdoKey::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() 93 sal_Int64 OAdoKey::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething() 100 void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Exception) in setFastPropertyValue_NoBroadcast() 152 void SAL_CALL OAdoKey::acquire() throw() in acquire() 157 void SAL_CALL OAdoKey::release() throw() in release()
|
H A D | AKeys.cxx | 53 return new OAdoKey(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); in createObject() 63 return new OAdoKey(isCaseSensitive(),m_pConnection); in createDescriptor() 69 OAdoKey* pKey = NULL; in appendObject() 80 …OAdoKey::Map2KeyRule(getINT32(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameBy… in appendObject() 100 return new OAdoKey(isCaseSensitive(),m_pConnection,pKey->getImpl()); in appendObject()
|
H A D | ADatabaseMetaDataImpl.cxx | 446 void OAdoKey::fillPropertyValues() in fillPropertyValues() 458 sal_Int32 OAdoKey::MapRule(const RuleEnum& _eNum) in MapRule() 479 RuleEnum OAdoKey::Map2Rule(const sal_Int32& _eNum) in Map2Rule() 500 sal_Int32 OAdoKey::MapKeyRule(const KeyTypeEnum& _eNum) in MapKeyRule() 518 KeyTypeEnum OAdoKey::Map2KeyRule(const sal_Int32& _eNum) in Map2KeyRule()
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | AKey.hxx | 38 class OAdoKey : public OKey_ADO class 50 OAdoKey(sal_Bool _bCase,OConnection* _pConnection,ADOKey* _pKey); 51 OAdoKey(sal_Bool _bCase,OConnection* _pConnection);
|
Completed in 48 milliseconds