Returns the status of this connection

Property definitions

postgresql $ NativePostgres :: status
  # Returns the status of this connection
  fun status: ConnStatusType `{
    return PQstatus(self);
  `}
lib/postgresql/native_postgres.nit:131,3--134,4