Sha256: 8b4f1f2dee644298dd65ea798610ac786a16c3cdf24f3c63b4ba430d34bfb5aa

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

module Alf
  class Predicate
    module Native

      def to_sql(buffer = "")
        raise NotSupportedError, "Unable to compile native predicates to SQL"
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-sql-0.16.3 lib/alf/predicate/nodes/native.rb
alf-sql-0.16.2 lib/alf/predicate/nodes/native.rb
alf-sql-0.16.1 lib/alf/predicate/nodes/native.rb
alf-sql-0.16.0 lib/alf/predicate/nodes/native.rb
alf-sql-0.15.0 lib/alf/predicate/nodes/native.rb