Mercurial > hg > monetdb-java
diff src/main/java/org/monetdb/jdbc/MonetClob.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 |
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetClob.java +++ b/src/main/java/org/monetdb/jdbc/MonetClob.java @@ -211,7 +211,7 @@ public final class MonetClob implements * Clob object represents, starting at position pos. Characters written to the stream * will overwrite the existing characters in the Clob object starting at the position pos. * If the end of the Clob value is reached while writing characters to the stream, - * then the length of the Clob value will be increased to accomodate the extra characters. + * then the length of the Clob value will be increased to accommodate the extra characters. * * Note: If the value specified for pos is greater then the length+1 of the CLOB value * then the behavior is undefined. Some JDBC drivers may throw a SQLException while @@ -232,7 +232,7 @@ public final class MonetClob implements * this Clob object represents, starting at position pos. Characters written to the stream * will overwrite the existing characters in the Clob object starting at the position pos. * If the end of the Clob value is reached while writing characters to the stream, - * then the length of the Clob value will be increased to accomodate the extra characters. + * then the length of the Clob value will be increased to accommodate the extra characters. * * Note: If the value specified for pos is greater then the length+1 of the CLOB value * then the behavior is undefined. Some JDBC drivers may throw a SQLException while @@ -252,7 +252,7 @@ public final class MonetClob implements * Writes the given Java String to the CLOB value that this Clob object designates at the position pos. * The string will overwrite the existing characters in the Clob object starting at the position pos. * If the end of the Clob value is reached while writing the given string, - * then the length of the Clob value will be increased to accomodate the extra characters. + * then the length of the Clob value will be increased to accommodate the extra characters. * * @param pos the position at which to start writing to the CLOB value that this Clob object represents * @param str the string to be written to the CLOB value that this Clob designates @@ -270,7 +270,7 @@ public final class MonetClob implements * Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents. * The string will overwrite the existing characters in the Clob object starting at the position pos. * If the end of the Clob value is reached while writing the given string, - * then the length of the Clob value will be increased to accomodate the extra characters. + * then the length of the Clob value will be increased to accommodate the extra characters. * * @param pos the position at which to start writing to this CLOB object * @param str the string to be written to the CLOB value that this Clob object represents