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