comparison flys-backend/src/main/java/de/intevation/flys/utils/DBCPConnectionProvider.java @ 184:4ab2c3bd474c

Added parsing of PEGEL.GLT files. flys-backend/trunk@1501 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 17 Mar 2011 15:21:50 +0000
parents 4d9984411b3f
children d37ccb04ab5d
comparison
equal deleted inserted replaced
183:222f4db3430a 184:4ab2c3bd474c
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and 13 * See the License for the specific language governing permissions and
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 package org.hibernate.connection; 16 package org.hibernate.connection;
17
18 import java.io.PrintWriter;
19 import java.io.StringWriter;
20 17
21 import java.sql.Connection; 18 import java.sql.Connection;
22 import java.sql.SQLException; 19 import java.sql.SQLException;
23 20
24 import java.util.Iterator; 21 import java.util.Iterator;

http://dive4elements.wald.intevation.org