Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A Dresultcolumn.cxx108 Reference< XResultSet > xVersionColumns = m_xDBMetaData->getVersionColumns( in impl_determineIsRowVersion_nothrow() local
110 if ( xVersionColumns.is() ) // allowed to be NULL in impl_determineIsRowVersion_nothrow()
112 Reference< XRow > xResultRow( xVersionColumns, UNO_QUERY_THROW ); in impl_determineIsRowVersion_nothrow()
113 while ( xVersionColumns->next() ) in impl_determineIsRowVersion_nothrow()

Completed in 6 milliseconds