Searched refs:xVersionColumns (Results 1 – 1 of 1) sorted by relevance
108 Reference< XResultSet > xVersionColumns = m_xDBMetaData->getVersionColumns( in impl_determineIsRowVersion_nothrow() local110 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