Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx617 Reference< XNameAccess > xObjectCollection; in getFieldsByCommandDescriptor() local
632 xObjectCollection = xSupplyTables->getTables(); in getFieldsByCommandDescriptor()
647 xObjectCollection = xSupplyQueries->getQueries(); in getFieldsByCommandDescriptor()
662 …OSL_ENSURE( xObjectCollection.is(), "::dbtools::getFieldsByCommandDescriptor: invalid connection (… in getFieldsByCommandDescriptor()
663 if ( xObjectCollection.is() ) in getFieldsByCommandDescriptor()
665 if ( xObjectCollection.is() && xObjectCollection->hasByName( _rCommand ) ) in getFieldsByCommandDescriptor()
667 xObjectCollection->getByName( _rCommand ) >>= xSupplyColumns; in getFieldsByCommandDescriptor()

Completed in 14 milliseconds