return new IndexInfo(
rs.getString(1), rs.getString(2), rs.getInt(3), rs.getString(4), rs.getInt(5), rs.getInt(6),
rs.getInt(7), rs.getInt(8), rs.getString(9), rs.getString(10));
}
String msg = s_stringMgr.getString("IndexInfoTab.err.noindex", doi.getSimpleName());
throw new DataSetException(msg);
} catch (SQLException ex)
{
throw new DataSetException(ex);
} finally
{
SQLUtilities.closeResultSet(rs, true);
}
}