# File lib/dbd_db2/DB2.rb, line 257
    def rows
      rc, rpc = SQLRowCount(@handle)
      error(rc, "Could not get RPC") 
      return rpc 
    end