Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
测试位于指定列编号处的值是否为空值。
boolean ResultSet.isNull(String name) throws ULjException
name 表示表的列名的字符串。
如果值为 NULL,则返回 true,否则返回 false。