Searched refs:getAlterService (Results 1 – 4 of 4) sorted by relevance
294 if(rType == getCppuType( (Reference<XAlterTable>*)0) && !getAlterService().is() ) in queryInterface()313 …ter != aRenameType || getRenameService().is()) && (*pIter != aAlterType || getAlterService().is())) in getTypes()342 if ( !getAlterService().is() ) in alterColumnByName()349 getAlterService()->alterColumnByName(xTable,_rName,_rxDescriptor); in alterColumnByName()392 … getAlterService().is() || (xMeta.is() && xMeta->supportsAlterTableWithAddColumn()), in createColumns()393 … getAlterService().is() || (xMeta.is() && xMeta->supportsAlterTableWithDropColumn())); in createColumns()
414 …rence< ::com::sun::star::sdb::tools::XTableAlteration> xAlterService = m_pTable->getAlterService(); in appendObject()449 …rence< ::com::sun::star::sdb::tools::XTableAlteration> xAlterService = m_pTable->getAlterService(); in dropObject()
163 …un::star::uno::Reference< ::com::sun::star::sdb::tools::XTableAlteration> getAlterService() const;
613 Reference< ::com::sun::star::sdb::tools::XTableAlteration> OTableHelper::getAlterService() const in getAlterService() function in OTableHelper