Mercurial > hg > monetdb-java
comparison example/OnClientExample.java @ 542:d462000fc410 onclient
Various changes suggested by Martin van Dinther
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 02 Sep 2021 15:13:46 +0200 (2021-09-02) |
parents | 31df6a12fd41 |
children | 5ce6a942aff3 |
comparison
equal
deleted
inserted
replaced
541:31df6a12fd41 | 542:d462000fc410 |
---|---|
1 /* | |
2 * This Source Code Form is subject to the terms of the Mozilla Public | |
3 * License, v. 2.0. If a copy of the MPL was not distributed with this | |
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
5 * | |
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2021 MonetDB B.V. | |
7 */ | |
8 | |
1 import org.monetdb.jdbc.MonetConnection; | 9 import org.monetdb.jdbc.MonetConnection; |
2 import org.monetdb.jdbc.MonetConnection.UploadHandler; | 10 import org.monetdb.jdbc.MonetConnection.UploadHandler; |
3 | 11 |
4 import java.io.BufferedReader; | 12 import java.io.BufferedReader; |
5 import java.io.IOException; | 13 import java.io.IOException; |