# File lib/sqlite/pragmas.rb, line 186
    def temp_store=( mode )
      set_enum_pragma "temp_store", mode, TEMP_STORE_MODES
    end