# File lib/aws/simple_db/item_collection.rb, line 499 def order_by_clause if sort_instructions " ORDER BY " + sort_instructions else "" end end