Ejemplo n.º 1
0
 private static Set<SqlTable> tables(Set<SqlColumn> cols) {
   return Iter.toSet(Iter.map(cols.iterator(), SqlColumn::getTable));
 }