Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
测试位于指定列编号处的值是否为空值。
boolean ResultSet.isNull(int ordinal) throws ULjException
ordinal 以 1 为基数的整数,表示 SQL 语句中排序的列编号。
如果值为空,返回 true;否则,返回 false。