Searched refs:xObjectCollection (Results 1 – 1 of 1) sorted by relevance
616 Reference< XNameAccess > xObjectCollection; in getFieldsByCommandDescriptor() local631 xObjectCollection = xSupplyTables->getTables(); in getFieldsByCommandDescriptor()646 xObjectCollection = xSupplyQueries->getQueries(); in getFieldsByCommandDescriptor()661 …OSL_ENSURE( xObjectCollection.is(), "::dbtools::getFieldsByCommandDescriptor: invalid connection (… in getFieldsByCommandDescriptor()662 if ( xObjectCollection.is() ) in getFieldsByCommandDescriptor()664 if ( xObjectCollection.is() && xObjectCollection->hasByName( _rCommand ) ) in getFieldsByCommandDescriptor()666 xObjectCollection->getByName( _rCommand ) >>= xSupplyColumns; in getFieldsByCommandDescriptor()