Tests wether a field specified by the row_number and column_number is null.

Property definitions

postgresql $ PGResult :: is_null
  # Tests wether a field specified by the `row_number` and `column_number` is null.
  fun is_null(row_number:Int, column_number: Int): Bool do return pg_result.is_null(row_number, column_number)
lib/postgresql/postgres.nit:159,3--160,110