# File lib/active_record/connection_adapters/fb_adapter.rb, line 401
      def tables(name = nil)
        @connection.table_names.map {|t| t.downcase }
      end