According to the java docs of PreparedStatement.setNull: \"Note: You must specify the parameter\'s SQL type\". What is the reason that the method requires the SQL t
JDBC drivers appear to be moving away from setNull
. See Add support for setObject(
My list of databases supporting the more logical behaviour is:
My list of databases NOT supporting this logical behaviour is: