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 表示表的列名的字符串。
如果值为空,返回 true;否则,返回 false。