705706707708709710711712713714715
break; } } if (columnBinding == null) { if (ambiguous) throw new AmbiguousColumNameException(columnName, columnReference); else throw new NoSuchColumnException(columnName, columnReference); } } }