module Predicate::Native

Public Instance Methods

to_sql(buffer, dialect) click to toggle source
# File lib/bmg/sql/ext/predicate/native.rb, line 4
def to_sql(buffer, dialect)
  raise NotSupportedError, "Unable to compile native predicates to SQL"
end