# File lib/sqlite3/database.rb, line 308
    def last_insert_row_id
      @driver.last_insert_rowid( @handle )
    end