26Keys::Keys(
Table* pTable, Mutex& rMutex, const ::std::vector< OUString>& rNames):
35void Keys::dropObject(sal_Int32 nPosition,
const OUString& sName)
37 if (m_pTable->isNew())
40 uno::Reference<XPropertySet> xKey(getObject(nPosition), UNO_QUERY);
44 const OUString
sQuote = m_pTable->getConnection()->getMetaData()
45 ->getIdentifierQuoteString();
50 m_pTable->getConnection()->createStatement()->execute(sSql);