154155156157158159160161
if (column.getColumnName().equals(columnName)) { return column; } } throw new NoSuchColumnException("Column '" + columnName + "' doesn't exist for " + this); }