463464465466467468469470471472473
if (LOGGER.isDebugEnabled()) { LOGGER.debug(" columnBatch committing count=" + count); //$NON-NLS-1$ } } catch (SQLException ex) { throw new UncategorizedSQLException( "Failed to batch insert columns.", "", ex); }
529530531532533534535536537538539
if (LOGGER.isDebugEnabled()) { LOGGER.debug(" columnDefaultCharBatch committing count=" + count); //$NON-NLS-1$ } } catch (SQLException ex) { throw new UncategorizedSQLException( "Failed to batch insert columns with preset character.", "", ex); }
392393394395396397398399400401402
// LOGGER // .debug("phyloCharIDs size=" + mPhyloCharIDs.length + " :=" + TreebaseUtil.printElement(mPhyloCharIDs, false)); //$NON-NLS-1$ // } } catch (SQLException ex) { throw new UncategorizedSQLException( "Failed to prepare for batch matrix elements.", "", ex); }