Closed alwins0n closed 2 years ago
this is a rough draft to improve the argument and resultset handling of optional (nullable) values.
the use of java.sql.Types.NULL is probably a hack. each simplewriter could know its underlying sql.type or something like that
java.sql.Types.NULL
Thanks!
this is a rough draft to improve the argument and resultset handling of optional (nullable) values.
the use of
java.sql.Types.NULL
is probably a hack. each simplewriter could know its underlying sql.type or something like that