Changeset: 901a9873a351 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/901a9873a351
Modified Files:
        onclient.txt
Branch: default
Log Message:

Improve onclient documentation.


diffs (21 lines):

diff --git a/onclient.txt b/onclient.txt
--- 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:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to