# File lib/jdbc_adapter/jdbc_hsqldb.rb, line 187 def tables @connection.tables.select {|row| row.to_s !~ /^system_/i } end