this.bugViewServlet = bugViewServlet;
return ((columnType == Types.CHAR || columnType == Types.VARCHAR || columnType == Types.LONGVARCHAR) && "bugid".equalsIgnoreCase(columnName));
// Create a link to a servlet to display this bug String bugid = rs.getString(index); return new A(bugViewServlet + "?bugid=" + bugid, bugid);