Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/aft/River.java @ 4083:44dc38ca8492
Added an optional XSL transformation to fix the raw DIPS files.
flys-aft/trunk@3513 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 21 Dec 2011 14:56:29 +0000 |
parents | d13011e53022 |
children | 9178beeb7b05 |
comparison
equal
deleted
inserted
replaced
4082:d13011e53022 | 4083:44dc38ca8492 |
---|---|
102 .setInt("river_id", id1).executeQuery(); | 102 .setInt("river_id", id1).executeQuery(); |
103 | 103 |
104 while (gaugesRs.next()) { | 104 while (gaugesRs.next()) { |
105 int gaugeId = gaugesRs.getInt("id"); | 105 int gaugeId = gaugesRs.getInt("id"); |
106 String name = gaugesRs.getString("name"); | 106 String name = gaugesRs.getString("name"); |
107 System.err.println(name + ": " + gaugeId); | |
108 } | 107 } |
109 | 108 |
110 gaugesRs.close(); | 109 gaugesRs.close(); |
111 | 110 |
112 } | 111 } |