Returns the ExecStatusType of a result

Property definitions

postgresql $ PGResult :: is_ok
  # Returns the ExecStatusType of a result
  fun is_ok:Bool do return pg_result.status.is_ok
lib/postgresql/postgres.nit:147,3--148,49