Searched refs:sReferencedName (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BKeys.cxx | 93 ::rtl::OUString sReferencedName; in appendObject() 100 …sReferencedName = getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIn… in appendObject() 101 sal_Int32 nLen = sReferencedName.indexOf('.'); in appendObject() 102 aSchema = sReferencedName.copy(0,nLen); in appendObject() 103 aName = sReferencedName.copy(nLen+1); in appendObject() 167 …getTable()->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyTyp… in appendObject()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | TKeys.cxx | 149 ::rtl::OUString sReferencedName; in appendObject() 153 …riptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_REFERENCEDTABLE)) >>= sReferencedName; in appendObject() 201 …d(::dbtools::quoteTableName(m_pTable->getConnection()->getMetaData(),sReferencedName,::dbtools::eI… in appendObject() 260 …m_pTable->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyType,… in appendObject()
|
H A D | TTableHelper.cxx | 392 …const ::rtl::OUString sReferencedName = ::dbtools::composeTableName(getMetaData(),sCatalog,aSchema… in refreshForgeinKeys() local 393 …pKeyProps.reset(new sdbcx::KeyProperties(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule)… in refreshForgeinKeys() 396 if ( m_pTables->hasByName(sReferencedName) ) in refreshForgeinKeys() 401 m_pImpl->m_xTablePropertyListener->add(sReferencedName); in refreshForgeinKeys()
|
Completed in 12 milliseconds