Mercurial > hg > monetdb-java
comparison tests/OnClientTester.java @ 615:34a15cd8cfc2
Fix doc link
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Wed, 19 Jan 2022 12:45:05 +0100 (2022-01-19) |
parents | 2eb21a7167f9 |
children | 65641a7cea31 |
comparison
equal
deleted
inserted
replaced
614:2eb21a7167f9 | 615:34a15cd8cfc2 |
---|---|
40 * This allows Java programmers to locally (so ON CLIENT) stream csv data | 40 * This allows Java programmers to locally (so ON CLIENT) stream csv data |
41 * to and from the MonetDB server for fast bulk data import / export. | 41 * to and from the MonetDB server for fast bulk data import / export. |
42 * | 42 * |
43 * Specifically it tests the MonetDB specific extensions to register upload and download handlers | 43 * Specifically it tests the MonetDB specific extensions to register upload and download handlers |
44 * see {@link org.monetdb.jdbc.MonetConnection#setUploadHandler(UploadHandler)} | 44 * see {@link org.monetdb.jdbc.MonetConnection#setUploadHandler(UploadHandler)} |
45 * see {@link org.monetdb.jdbc.MonetConnection#setUploadHandler(DownloadHandler)} | 45 * see {@link org.monetdb.jdbc.MonetConnection#setDownloadHandler(DownloadHandler)} |
46 * and streaming of csv data to and from the MonetDB server using MAPI protocol. | 46 * and streaming of csv data to and from the MonetDB server using MAPI protocol. |
47 * | 47 * |
48 * It also tests reading / writing data from / to a local file using | 48 * It also tests reading / writing data from / to a local file using |
49 * {@link org.monetdb.util.FileTransferHandler} | 49 * {@link org.monetdb.util.FileTransferHandler} |
50 * | 50 * |