Next: , Previous: , Up: DBI package   [Index]


3.5 DBI.ResultSet

Defined in namespace DBI
Superclass: Stream
Category: DBI-Framework

I represent a result set, ie. the set of rows returned from a SELECT statement. I may also be returned for DML statements (INSERT, UPDATE, DELETE), in which case I only hold the number of rows affected.