Mercurial > hg > monetdb-java
comparison tests/OnClientTester.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 | c71ce17fa724 |
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 import org.monetdb.jdbc.MonetConnection.DownloadHandler; | 11 import org.monetdb.jdbc.MonetConnection.DownloadHandler; |
4 | 12 |
5 import java.io.*; | 13 import java.io.*; |