# File lib/dbi/handles/statement.rb, line 195 195: def rows 196: raise InterfaceError, "Statement was already closed!" if @handle.nil? 197: @handle.rows 198: end