public void clearBatch() throws SQLException {
    logger.debug("clearBatch() - start");

    _statement.clearBatch();
    _batchCount = 0;
  }