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

Property definitions

postgresql $ PGResult :: nfields
  # Returns the number of columns in each row of the query result
  fun nfields:Int do return pg_result.nfields
lib/postgresql/postgres.nit:144,3--145,45