Property definitions

postgresql $ ExecStatusType :: is_ok
  fun is_ok: Bool `{
    return !(self == PGRES_BAD_RESPONSE || self == PGRES_NONFATAL_ERROR || self == PGRES_FATAL_ERROR);
  `}
lib/postgresql/native_postgres.nit:34,3--36,4