# File lib/sqlite3/pragmas.rb, line 204 def foreign_key_list( table, &block ) # :yields: row get_query_pragma "foreign_key_list", table, &block end