Mercurial > hg > monetdb-java
changeset 644:901a9873a351
Improve onclient documentation.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 30 Mar 2022 17:52:47 +0200 (2022-03-30) |
parents | 1f444b5ad7d2 |
children | fbed03097738 |
files | onclient.txt |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/onclient.txt +++ b/onclient.txt @@ -1,6 +1,6 @@ -COPY ... ON CLIENT support in the MonetDB JDBC driver and JdbcClient program. +COPY ... ON CLIENT ... support in the MonetDB JDBC driver and JdbcClient program. -MonetDB provides the nonstandard COPY INTO statement to perform bulk inserts and +MonetDB provides the non-standard COPY INTO statement to perform bulk inserts and retrievals, see also https://www.monetdb.org/Documentation/ServerAdministration/LoadingBulkData/CSVBulkLoads https://www.monetdb.org/Documentation/ServerAdministration/ExportingBulkData @@ -84,7 +84,7 @@ See also: https://www.monetdb.org/hg/mon If you use sendError() to refuse the upload, the COPY INTO statement will fail but the connection will remain usable. On the other hand, if your implementation of -handleUpload throws an IO Exception, the connection will be closed because there +handleUpload throws an IOException, the connection will be closed because there is currently no way to signal errors to the server once the transfer has begun. The interface for DownloadHandler is: