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-1.0.0.pre.alpha | lib/dbee/query/filters/not_start_with.rb |