Returns the number of rows in the query result

Property definitions

postgresql $ PGResult :: ntuples
  # Returns the number of rows in the query result
  fun ntuples:Int do return pg_result.ntuples
lib/postgresql/postgres.nit:141,3--142,45