# File lib/aws/simple_db/item_collection.rb, line 555
      def limit_clause
        limit ? "LIMIT #{limit}" : nil
      end