# File lib/sqlite/database.rb, line 282
    def last_insert_row_id
      SQLite::API.last_insert_row_id( @handle )
    end