# File lib/sqlite/database.rb, line 318
    def busy_timeout( ms )
      SQLite::API.busy_timeout( @handle, ms )
    end