Mercurial > hg > monetdb-java
comparison example/SQLImport.java @ 943:ff075ed5ce81
Spell check.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago) |
parents | d416e9b6b3d0 |
children |
comparison
equal
deleted
inserted
replaced
942:45c26b1a0677 | 943:ff075ed5ce81 |
---|---|
20 * This program reads a file line by line, and feeds the line into a running | 20 * This program reads a file line by line, and feeds the line into a running |
21 * Mserver5 on the localhost. Upon error, the error is reported and the program | 21 * Mserver5 on the localhost. Upon error, the error is reported and the program |
22 * continues reading and executing lines. | 22 * continues reading and executing lines. |
23 * A very lousy way of implementing options is used to somewhat configure the | 23 * A very lousy way of implementing options is used to somewhat configure the |
24 * behaviour of the program in order to be a bit more verbose or commit after | 24 * behaviour of the program in order to be a bit more verbose or commit after |
25 * each (sucessfully) executed line. | 25 * each (successfully) executed line. |
26 * | 26 * |
27 * The program uses a debuglog in which the exact conversation between the | 27 * The program uses a debuglog in which the exact conversation between the |
28 * JDBC driver and Mserver is reported. The log file is put in the current | 28 * JDBC driver and Mserver is reported. The log file is put in the current |
29 * working directory and names like monet_[unix timestamp].log | 29 * working directory and names like monet_[unix timestamp].log |
30 * | 30 * |