Sha256: f5f95ff4ff96d83c5c19e773568a7ec66c328ed79066c298d1b9f89a08f6e596

Contents?: true

Size: 380 Bytes

Versions: 13

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

#
# Copyright (c) 2019-present, Blue Marble Payroll, LLC
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#

require_relative 'base'

module Dbee
  class Query
    class Sorters
      # Equivalent to: ORDER BY field ASC
      class Ascending < Base; end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dbee-3.1.0 lib/dbee/query/sorters/ascending.rb
dbee-3.0.0 lib/dbee/query/sorters/ascending.rb
dbee-2.1.1 lib/dbee/query/sorters/ascending.rb
dbee-2.1.0 lib/dbee/query/sorters/ascending.rb
dbee-2.1.0.pre.alpha lib/dbee/query/sorters/ascending.rb
dbee-2.0.3 lib/dbee/query/sorters/ascending.rb
dbee-2.0.2 lib/dbee/query/sorters/ascending.rb
dbee-2.0.1 lib/dbee/query/sorters/ascending.rb
dbee-2.0.0 lib/dbee/query/sorters/ascending.rb
dbee-2.0.0.pre.alpha lib/dbee/query/sorters/ascending.rb
dbee-1.2.1 lib/dbee/query/sorters/ascending.rb
dbee-1.2.0 lib/dbee/query/sorters/ascending.rb
dbee-1.1.0 lib/dbee/query/sorters/ascending.rb