Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値が NULL かどうかをテストします。
boolean ResultSet.isNull(int ordinal) throws ULjException
ordinal SQL 文でのカラムの順序を表す 1 から始まる整数。
値が null の場合は true、それ以外の場合は false。