diff --git a/jOOQ/src/main/java/org/jooq/tools/Convert.java b/jOOQ/src/main/java/org/jooq/tools/Convert.java index cfe1eee12f..f25bca7389 100644 --- a/jOOQ/src/main/java/org/jooq/tools/Convert.java +++ b/jOOQ/src/main/java/org/jooq/tools/Convert.java @@ -305,7 +305,8 @@ public final class Convert { *
null is always converted to null,
* regardless of the target type.StringObjectNumber types can be converted to other
@@ -315,6 +316,7 @@ public final class Convert {
* true:
* 11.0yyestruefalse:
* 00.0nnofalseDate types can be converted into each otherString types can be converted into {@link URI},
* {@link URL} and {@link File}null is converted into the initialisation value (e.g.
+ * 0 for int, false for
+ * boolean)byte[] can be converted into String, using
* the platform's default charsetObject[] can be converted into any other array type, if