Returns the ExecStatusType of a result

Property definitions

postgresql $ NativePGResult :: status
  # Returns the ExecStatusType of a result
  fun status: ExecStatusType `{ return PQresultStatus(self); `}
lib/postgresql/native_postgres.nit:62,3--63,63