Sha256: 65fac270e294e5b65db5d72b4158a9af6a24330ff119e9e8602d53a3457264b0

Contents?: true

Size: 400 Bytes

Versions: 21

Compression:

Stored size: 400 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 Filters
      # Equivalent to a SQL x NOT LIKE 'value%' statement.
      class NotStartWith < Base; end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
dbee-3.1.0 lib/dbee/query/filters/not_start_with.rb
dbee-3.0.0 lib/dbee/query/filters/not_start_with.rb
dbee-2.1.1 lib/dbee/query/filters/not_start_with.rb
dbee-2.1.0 lib/dbee/query/filters/not_start_with.rb
dbee-2.1.0.pre.alpha lib/dbee/query/filters/not_start_with.rb
dbee-2.0.3 lib/dbee/query/filters/not_start_with.rb
dbee-2.0.2 lib/dbee/query/filters/not_start_with.rb
dbee-2.0.1 lib/dbee/query/filters/not_start_with.rb
dbee-2.0.0 lib/dbee/query/filters/not_start_with.rb
dbee-2.0.0.pre.alpha lib/dbee/query/filters/not_start_with.rb
dbee-1.2.1 lib/dbee/query/filters/not_start_with.rb
dbee-1.2.0 lib/dbee/query/filters/not_start_with.rb
dbee-1.1.0 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.3 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.2 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.1 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.0 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.0.pre.alpha.3 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.0.pre.alpha.2 lib/dbee/query/filters/not_start_with.rb
dbee-1.0.0.pre.alpha.1 lib/dbee/query/filters/not_start_with.rb