Home
last modified time | relevance | path

Searched refs:xObjectCollection (Results 1 – 1 of 1) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx616 Reference< XNameAccess > xObjectCollection; in getFieldsByCommandDescriptor() local
631 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()