# File monit/lib/symbiosis/monitor/state_db.rb, line 23 def table_exists? @dbh.get_first_value('SELECT name FROM sqlite_master WHERE type = "table" and name = ?',@tbl_name) == @tbl_name end