* (which happens here) from the record content interpretation
* (which is the responsibility of the RecordFactory implementation).
*/
if (!rs.next()) {
endConnection(con);
throw new IdDoesNotExistException(oaiIdentifier);
} else {
/* Make sure the identifierQuery returns the columns you need
* (if any) to determine the supported schemaLocations for this item */
HashMap nativeItem = new HashMap();
nativeItem.put("coreResult", getColumnValues(rs));