Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/db/SymbolicStatement.java @ 4087:aad1886ea226
Store new gauges in FLYS db.
flys-aft/trunk@3568 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 02 Jan 2012 17:45:25 +0000 |
parents | 039413d7e394 |
children | 981de0b77c6b |
comparison
equal
deleted
inserted
replaced
4086:ee0c60757a94 | 4087:aad1886ea226 |
---|---|
92 } | 92 } |
93 } | 93 } |
94 return this; | 94 return this; |
95 } | 95 } |
96 | 96 |
97 public Instance setDouble(String key, int value) | 97 public Instance setDouble(String key, double value) |
98 throws SQLException | 98 throws SQLException |
99 { | 99 { |
100 List<Integer> pos = positions.get(key.toLowerCase()); | 100 List<Integer> pos = positions.get(key.toLowerCase()); |
101 if (pos != null) { | 101 if (pos != null) { |
102 for (Integer p: pos) { | 102 for (Integer p: pos) { |