# File lib/dbi/dbi.rb, line 801
  def rows
    raise InterfaceError, "Statement was already closed!" if @handle.nil?
    @handle.rows
  end