Lines Matching refs:sdbcx
47 using namespace ::com::sun::star::sdbcx;
144 OTableHelper::OTableHelper( sdbcx::OCollection* _pTables, in OTableHelper()
152 OTableHelper::OTableHelper( sdbcx::OCollection* _pTables, in OTableHelper()
334 … sdbcx::TKeyProperties pKeyProps(new sdbcx::KeyProperties(::rtl::OUString(),KeyType::PRIMARY,0,0)); in refreshPrimaryKeys()
364 sdbcx::TKeyProperties pKeyProps; in refreshForgeinKeys()
393 …pKeyProps.reset(new sdbcx::KeyProperties(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule)… in refreshForgeinKeys()
495 ::connectivity::sdbcx::OTableDescriptor_BASE::rBHelper.bDisposed in rename()
546 ::connectivity::sdbcx::OTableDescriptor_BASE::rBHelper.bDisposed in alterColumnByIndex()
575 sdbcx::TKeyProperties OTableHelper::getKeyProperties(const ::rtl::OUString& _sName) const in getKeyProperties()
577 sdbcx::TKeyProperties pKeyProps; in getKeyProperties()
586 pKeyProps.reset(new sdbcx::KeyProperties()); in getKeyProperties()
592 void OTableHelper::addKey(const ::rtl::OUString& _sName,const sdbcx::TKeyProperties& _aKeyPropertie… in addKey()