comparison src/main/java/org/monetdb/jdbc/MonetConnection.java @ 559:7f10d662a788 onclient

fixup doc comment fixes
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 16 Sep 2021 15:28:49 +0200 (2021-09-16)
parents ce2b616ed22e
children c640075da7c9
comparison
equal deleted inserted replaced
558:ebf65f416da9 559:7f10d662a788
3281 * 3281 *
3282 * Use the given handle to receive data or send errors to the server. 3282 * Use the given handle to receive data or send errors to the server.
3283 * @param handle Handle to communicate with the server 3283 * @param handle Handle to communicate with the server
3284 * @param name Name of the file the server would like to read. Make sure 3284 * @param name Name of the file the server would like to read. Make sure
3285 * to validate this before reading from the file system 3285 * to validate this before reading from the file system
3286 * @param textMode Whether this is text or binary data. 3286 * @param textMode Whether to open the file as text or binary data.
3287 * @param linesToSkip In text mode, number of initial lines to skip. 3287 * @param linesToSkip In text mode, number of initial lines to skip.
3288 * 0 means upload everything, 1 means skip the first line, etc. 3288 * 0 means upload everything, 1 means skip the first line, etc.
3289 * Note: this is different from the OFFSET option of the COPY INTO, 3289 * Note: this is different from the OFFSET option of the COPY INTO,
3290 * where both 0 and 1 mean 'upload everything' 3290 * where both 0 and 1 mean 'upload everything'
3291 */ 3291 */