Returns the number of columns in each row of the query result

Property definitions

postgresql $ NativePGResult :: nfields
  # Returns the number of columns in each row of the query result
  fun nfields:Int `{return PQnfields(self); `}
lib/postgresql/native_postgres.nit:59,3--60,46