Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/aft/DischargeTable.java @ 4093:7bddd4601707
Copy over W/Q values from AFT to FLYS for new discharge tables.
flys-aft/trunk@3603 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 17:46:18 +0000 |
parents | b3fc044f75ba |
children | 83c72bc07591 |
comparison
equal
deleted
inserted
replaced
4092:b3fc044f75ba | 4093:7bddd4601707 |
---|---|
71 | 71 |
72 public void setDescription(String description) { | 72 public void setDescription(String description) { |
73 this.description = description; | 73 this.description = description; |
74 } | 74 } |
75 | 75 |
76 public void clearValues() { | |
77 values.clear(); | |
78 } | |
79 | |
76 protected void loadValues(SymbolicStatement.Instance query) | 80 protected void loadValues(SymbolicStatement.Instance query) |
77 throws SQLException | 81 throws SQLException |
78 { | 82 { |
79 ResultSet rs = query.executeQuery(); | 83 ResultSet rs = query.executeQuery(); |
80 while (rs.next()) { | 84 while (rs.next()) { |