Previous: , Up: DBI.ResultSet   [Index]


3.5.4 DBI.ResultSet: stream protocol

position

Returns the current row index (0-based) in the result set (abstract).

position: anInteger

Sets the current row index (0-based) in the result set (abstract).

size

Returns the number of rows in the result set.