try {
fullQuery.append(" returning \"").append(record.getPrimaryKeys(connection).get(0)).append("\"");
} catch (SQLException e) {
LOG.error("", e);
throw new DBDepPopException("Failed while trying to get primary keys of table," + record.tableName(), e);
}
return fullQuery.toString();
}