Searched refs:xIdColumn (Results 1 – 1 of 1) sorted by relevance
577 Reference< sdb::XColumn > xIdColumn(GetIdentifierColumn()); in getElementNames() local578 if (xIdColumn.is()) // implies xCursor.is() in getElementNames()582 rtl::OUString sTemp = xIdColumn->getString(); in getElementNames()583 if (sTemp.getLength() && !xIdColumn->wasNull()) in getElementNames()613 Reference< sdb::XColumn > xIdColumn = GetIdentifierColumn(); in hasByName() local615 if (xIdColumn.is()) // implies xCursor.is() in hasByName()619 rtl::OUString sCurrentId = xIdColumn->getString(); in hasByName()620 if (!xIdColumn->wasNull() && (rName.compareTo(sCurrentId) == COMPARE_EQUAL)) in hasByName()
Completed in 47 milliseconds