throw new TypeCastException("Error casting value for table '" + table.getTableMetaData().getTableName()
+"' and column '" + column.getColumnName() + "'", e);
}
}
}
statement.addBatch();
}
}
catch (RowOutOfBoundsException e)
{
// This exception occurs when records are exhausted