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