# File lib/jdbc_adapter/jdbc_sybase.rb, line 30
      def use_temp_table?
        !@limit.nil? && !@offset.nil? && @offset > 0
      end