# File lib/aws/simple_db/item_collection.rb, line 549
      def order_by_clause
        sort_instructions ? "ORDER BY #{sort_instructions}" : nil
      end