dbRowValues[16] = getDbValue(dc.identifiers());
dbRowValues[17] = getDbValue(dc.sources());
dbRowValues[18] = getDbValue(dc.languages());
dbRowValues[19] = getDbValue(dc.relations());
dbRowValues[20] = getDbValue(dc.coverages());
dbRowValues[21] = getDbValue(dc.rights());
logger.debug("Formulating SQL and inserting/updating WITH DC...");
SQLUtility.replaceInto(conn,
"doFields",
DB_COLUMN_NAMES,
dbRowValues,