Next:
DBI.Row
, Previous:
DBI.FieldConverter
, Up:
DBI package
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.
DBI.ResultSet-accessing
: (instance)
DBI.ResultSet-cursor access
: (instance)
DBI.ResultSet-printing
: (instance)
DBI.ResultSet-stream protocol
: (instance)