Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/client/JdbcClient.java @ 834:5aa19bbed0d6 monetdbs
Comments and formatting
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Wed, 13 Dec 2023 15:39:47 +0100 (16 months ago) |
parents | d2f14f2b28b3 |
children | d9a45743536d |
comparison
equal
deleted
inserted
replaced
813:a71afa48f269 | 834:5aa19bbed0d6 |
---|---|
189 "communication with the server for each statement. If a " + | 189 "communication with the server for each statement. If a " + |
190 "number is given, it is used as batch size. i.e. 8000 " + | 190 "number is given, it is used as batch size. i.e. 8000 " + |
191 "would execute the contents on the batch after each 8000 " + | 191 "would execute the contents on the batch after each 8000 " + |
192 "statements read. Batching can greatly speedup the " + | 192 "statements read. Batching can greatly speedup the " + |
193 "process of restoring a database dump."); | 193 "process of restoring a database dump."); |
194 | |
195 // This file can contain defaults for the flags user, password, language, | |
196 // database, save_history, format, host, port, and width. For example, an | |
197 | 194 |
198 copts.addIgnored("save_history"); | 195 copts.addIgnored("save_history"); |
199 copts.addIgnored("format"); | 196 copts.addIgnored("format"); |
200 copts.addIgnored("width"); | 197 copts.addIgnored("width"); |
201 | 198 |