Returns the number of rows in the query result

Property definitions

postgresql $ NativePGResult :: ntuples
  # Returns the number of rows in the query result
  fun ntuples:Int `{ return PQntuples(self); `}
lib/postgresql/native_postgres.nit:56,3--57,47